#B05363

Color #B05363 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B05363

Tints of Blush #B05363

Color information

#B05363 (or 0xB05363) is unknown color: approx Blush. HEX triplet: B0, 53 and 63. RGB value is (176,83,99). Sum of RGB (Red+Green+Blue) = 176+83+99=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05363 is #4FAC9C. Grayscale: #707070. Windows color (decimal): -5221533 or 6509488. OLE color: 6509488.

HSL color Cylindrical-coordinate representation of color #B05363: hue angle of 349.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05363 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1768399-
CMYK00.530.440.31
HSL349.68º37.05%50.78%-
HSV(B)349.68º52.84%69.02%-
XYZ23.2516.3213.73-
YUV112.63120.31173.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=49.16%
G=23.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176839900.530.440.31349.6837.0550.78
HexB053630352C1F15e2533
Octal26012314306554375364563
Binary1011000010100111100011011010110110011111101011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05363; }

 p { color: rgb(176,83,99); }

 H1.HeaderClassName
 {
   color: #B05363;
 }
 .AnyTagClassName
 {
   color: #B05363;
 }
</style>
background-color css

<style>
 a { background-color: #B05363; }

 a { background-color: rgb(176,83,99); }

 div.DivClassName
 {
   background-color: #B05363;
 }
 .BgClassName
 {
   background-color: #B05363;
 }
</style>
border-color css

<style>
 span { border-color: #B05363; }

 span { border-color: rgb(176,83,99); }

 td.TdClassName
 {
   border-color: #B05363;
 }
 .TagClassName
 {
   border-color: #B05363;
 }
</style>