#B5566C

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

Shades of Blush #B5566C

Tints of Blush #B5566C

Color information

#B5566C (or 0xB5566C) is unknown color: approx Blush. HEX triplet: B5, 56 and 6C. RGB value is (181,86,108). Sum of RGB (Red+Green+Blue) = 181+86+108=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5566C is #4AA993. Grayscale: #747474. Windows color (decimal): -4893076 or 7100085. OLE color: 7100085.

HSL color Cylindrical-coordinate representation of color #B5566C: hue angle of 346.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5566C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18186108-
CMYK00.520.400.29
HSL346.11º39.09%52.35%-
HSV(B)346.11º52.49%70.98%-
XYZ25.0917.5616.25-
YUV116.91122.97173.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=48.27%
G=22.93%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818610800.520.400.29346.1139.0952.35
HexB5566C034281D15a2734
Octal26512615406450355324764
Binary1011010110101101101100011010010100011101101011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5566C; }

 p { color: rgb(181,86,108); }

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

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

 a { background-color: rgb(181,86,108); }

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

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

 span { border-color: rgb(181,86,108); }

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