Shades of Blush #BB4E6E
Tints of Blush #BB4E6E
RGB
CMYK
RGB Variations
Color information
#BB4E6E (or 0xBB4E6E) is known color: Blush. HEX triplet: BB, 4E and 6E. RGB value is (187,78,110). Sum of RGB (Red+Green+Blue) = 187+78+110=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E6E is #44B191. Grayscale: #727272. Windows color (decimal): -4501906 or 7229115. OLE color: 7229115.
HSL color Cylindrical-coordinate representation of color #BB4E6E: hue angle of 342.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E6E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 110 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.27 |
| HSL | 342.39º | 0.44% | 0.52% | - |
| HSV(B) | 342.39º | 0.58% | 0.73% | - |
| XYZ | 26.03 | 17.14 | 16.69 | - |
| YUV | 114.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 110 | 0 | 0.58 | 0.41 | 0.27 | 342.39 | 0.44 | 0.52 |
| Hex | BB | 4E | 6E | 0 | 3A | 29 | 1B | 156 | 2C | 34 |
| Octal | 273 | 116 | 156 | 0 | 72 | 51 | 33 | 526 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1101110 | 0 | 111010 | 101001 | 11011 | 101010110 | 101100 | 110100 |
Color Harmonies of #BB4E6E
Complementary color
Monochromatic Colors of #BB4E6E
Black with #BB4E6E
Text Example
Text Example
White with #BB4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E6E; }
p { color: rgb(187,78,110); }
H1.HeaderClassName
{
color: #BB4E6E;
}
.AnyTagClassName
{
color: #BB4E6E;
}
</style>
background-color css
<style>
a { background-color: #BB4E6E; }
a { background-color: rgb(187,78,110); }
div.DivClassName
{
background-color: #BB4E6E;
}
.BgClassName
{
background-color: #BB4E6E;
}
</style>
border-color css
<style>
span { border-color: #BB4E6E; }
span { border-color: rgb(187,78,110); }
td.TdClassName
{
border-color: #BB4E6E;
}
.TagClassName
{
border-color: #BB4E6E;
}
</style>