#b5566b

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

Shades of Blush #B5566B

Tints of Blush #B5566B

Color information

#B5566B (or 0xB5566B) is unknown color: approx Blush. HEX triplet: B5, 56 and 6B. RGB value is (181,86,107). Sum of RGB (Red+Green+Blue) = 181+86+107=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5566B is #4AA994. Grayscale: #747474. Windows color (decimal): -4893077 or 7034549. OLE color: 7034549.

HSL color Cylindrical-coordinate representation of color #B5566B: hue angle of 346.74º 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 #B5566B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18186107-
CMYK00.520.410.29
HSL346.74º39.09%52.35%-
HSV(B)346.74º52.49%70.98%-
XYZ25.0417.5415.98-
YUV116.8122.47173.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=48.40%
G=22.99%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818610700.520.410.29346.7439.0952.35
HexB5566B034291D15b2734
Octal26512615306451355334764
Binary1011010110101101101011011010010100111101101011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5566b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5566b; }

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

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

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

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

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

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

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

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