Shades of Blush #BB4E6D
Tints of Blush #BB4E6D
RGB
CMYK
RGB Variations
Color information
#BB4E6D (or 0xBB4E6D) is known color: Blush. HEX triplet: BB, 4E and 6D. RGB value is (187,78,109). Sum of RGB (Red+Green+Blue) = 187+78+109=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E6D is #44B192. Grayscale: #727272. Windows color (decimal): -4501907 or 7163579. OLE color: 7163579.
HSL color Cylindrical-coordinate representation of color #BB4E6D: hue angle of 342.94º 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 #BB4E6D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 109 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.27 |
| HSL | 342.94º | 0.44% | 0.52% | - |
| HSV(B) | 342.94º | 0.58% | 0.73% | - |
| XYZ | 25.98 | 17.12 | 16.4 | - |
| YUV | 114.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 109 | 0 | 0.58 | 0.42 | 0.27 | 342.94 | 0.44 | 0.52 |
| Hex | BB | 4E | 6D | 0 | 3A | 2A | 1B | 157 | 2C | 34 |
| Octal | 273 | 116 | 155 | 0 | 72 | 52 | 33 | 527 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1101101 | 0 | 111010 | 101010 | 11011 | 101010111 | 101100 | 110100 |
Color Harmonies of #BB4E6D
Complementary color
Monochromatic Colors of #BB4E6D
Black with #BB4E6D
Text Example
Text Example
White with #BB4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E6D; }
p { color: rgb(187,78,109); }
H1.HeaderClassName
{
color: #BB4E6D;
}
.AnyTagClassName
{
color: #BB4E6D;
}
</style>
background-color css
<style>
a { background-color: #BB4E6D; }
a { background-color: rgb(187,78,109); }
div.DivClassName
{
background-color: #BB4E6D;
}
.BgClassName
{
background-color: #BB4E6D;
}
</style>
border-color css
<style>
span { border-color: #BB4E6D; }
span { border-color: rgb(187,78,109); }
td.TdClassName
{
border-color: #BB4E6D;
}
.TagClassName
{
border-color: #BB4E6D;
}
</style>