#BB556F

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

Shades of Blush #BB556F

Tints of Blush #BB556F

Color information

#BB556F (or 0xBB556F) is unknown color: approx Blush. HEX triplet: BB, 55 and 6F. RGB value is (187,85,111). Sum of RGB (Red+Green+Blue) = 187+85+111=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB556F is #44AA90. Grayscale: #767676. Windows color (decimal): -4500113 or 7296443. OLE color: 7296443.

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

Color convert

RGB18785111-
CMYK00.550.410.27
HSL344.71º42.86%53.33%-
HSV(B)344.71º54.55%73.33%-
XYZ26.6118.2117.15-
YUV118.46123.79176.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=48.83%
G=22.19%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878511100.550.410.27344.7142.8653.33
HexBB556F037291B1592b35
Octal27312515706751335315365
Binary1011101110101011101111011011110100111011101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB556F; }

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

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

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

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

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

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

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

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