#BB566C

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

Shades of Blush #BB566C

Tints of Blush #BB566C

Color information

#BB566C (or 0xBB566C) is unknown color: approx Blush. HEX triplet: BB, 56 and 6C. RGB value is (187,86,108). Sum of RGB (Red+Green+Blue) = 187+86+108=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB566C is #44A993. Grayscale: #767676. Windows color (decimal): -4499860 or 7100091. OLE color: 7100091.

HSL color Cylindrical-coordinate representation of color #BB566C: hue angle of 346.93º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB566C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18786108-
CMYK00.540.420.27
HSL346.93º42.62%53.53%-
HSV(B)346.93º54.01%73.33%-
XYZ26.5318.316.32-
YUV118.71121.96176.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=49.08%
G=22.57%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878610800.540.420.27346.9342.6253.53
HexBB566C0362A1B15b2b36
Octal27312615406652335335366
Binary1011101110101101101100011011010101011011101011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB566C; }

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

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

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

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

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

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

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

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