#BB5E76

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

Shades of Blush #BB5E76

Tints of Blush #BB5E76

Color information

#BB5E76 (or 0xBB5E76) is unknown color: approx Blush. HEX triplet: BB, 5E and 76. RGB value is (187,94,118). Sum of RGB (Red+Green+Blue) = 187+94+118=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E76 is #44A189. Grayscale: #7C7C7C. Windows color (decimal): -4497802 or 7757499. OLE color: 7757499.

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

Color convert

RGB18794118-
CMYK00.500.370.27
HSL344.52º40.61%55.1%-
HSV(B)344.52º49.73%73.33%-
XYZ27.7719.8819.51-
YUV124.54124.31172.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=46.87%
G=23.56%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879411800.500.370.27344.5240.6155.1
HexBB5E76032251B1592937
Octal27313616606245335315167
Binary1011101110111101110110011001010010111011101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E76; }

 p { color: rgb(187,94,118); }

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

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

 a { background-color: rgb(187,94,118); }

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

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

 span { border-color: rgb(187,94,118); }

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