#BB566A

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

Shades of Blush #BB566A

Tints of Blush #BB566A

Color information

#BB566A (or 0xBB566A) is unknown color: approx Blush. HEX triplet: BB, 56 and 6A. RGB value is (187,86,106). Sum of RGB (Red+Green+Blue) = 187+86+106=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB566A is #44A995. Grayscale: #767676. Windows color (decimal): -4499862 or 6969019. OLE color: 6969019.

HSL color Cylindrical-coordinate representation of color #BB566A: hue angle of 348.12º 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 #BB566A is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18786106-
CMYK00.540.430.27
HSL348.12º42.62%53.53%-
HSV(B)348.12º54.01%73.33%-
XYZ26.4218.2615.77-
YUV118.48120.96176.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=49.34%
G=22.69%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878610600.540.430.27348.1242.6253.53
HexBB566A0362B1B15c2b36
Octal27312615206653335345366
Binary1011101110101101101010011011010101111011101011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB566A; }

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

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

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

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

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

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

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

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