#BB556B

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

Shades of Blush #BB556B

Tints of Blush #BB556B

Color information

#BB556B (or 0xBB556B) is unknown color: approx Blush. HEX triplet: BB, 55 and 6B. RGB value is (187,85,107). Sum of RGB (Red+Green+Blue) = 187+85+107=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB556B is #44AA94. Grayscale: #767676. Windows color (decimal): -4500117 or 7034299. OLE color: 7034299.

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

Color convert

RGB18785107-
CMYK00.550.430.27
HSL347.06º42.86%53.33%-
HSV(B)347.06º54.55%73.33%-
XYZ26.418.1216.02-
YUV118.01121.79177.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=49.34%
G=22.43%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878510700.550.430.27347.0642.8653.33
HexBB556B0372B1B15b2b35
Octal27312515306753335335365
Binary1011101110101011101011011011110101111011101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB556B; }

 p { color: rgb(187,85,107); }

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

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

 a { background-color: rgb(187,85,107); }

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

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

 span { border-color: rgb(187,85,107); }

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