Shades of Blush #BB4E5A
Tints of Blush #BB4E5A
RGB
CMYK
RGB Variations
Color information
#BB4E5A (or 0xBB4E5A) is known color: Blush. HEX triplet: BB, 4E and 5A. RGB value is (187,78,90). Sum of RGB (Red+Green+Blue) = 187+78+90=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5A is #44B1A5. Grayscale: #707070. Windows color (decimal): -4501926 or 5918395. OLE color: 5918395.
HSL color Cylindrical-coordinate representation of color #BB4E5A: hue angle of 353.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 #BB4E5A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 90 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.27 |
| HSL | 353.39º | 0.44% | 0.52% | - |
| HSV(B) | 353.39º | 0.58% | 0.73% | - |
| XYZ | 25.06 | 16.75 | 11.59 | - |
| YUV | 111.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 90 | 0 | 0.58 | 0.52 | 0.27 | 353.39 | 0.44 | 0.52 |
| Hex | BB | 4E | 5A | 0 | 3A | 34 | 1B | 161 | 2C | 34 |
| Octal | 273 | 116 | 132 | 0 | 72 | 64 | 33 | 541 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1011010 | 0 | 111010 | 110100 | 11011 | 101100001 | 101100 | 110100 |
Color Harmonies of #BB4E5A
Complementary color
Monochromatic Colors of #BB4E5A
Black with #BB4E5A
Text Example
Text Example
White with #BB4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E5A; }
p { color: rgb(187,78,90); }
H1.HeaderClassName
{
color: #BB4E5A;
}
.AnyTagClassName
{
color: #BB4E5A;
}
</style>
background-color css
<style>
a { background-color: #BB4E5A; }
a { background-color: rgb(187,78,90); }
div.DivClassName
{
background-color: #BB4E5A;
}
.BgClassName
{
background-color: #BB4E5A;
}
</style>
border-color css
<style>
span { border-color: #BB4E5A; }
span { border-color: rgb(187,78,90); }
td.TdClassName
{
border-color: #BB4E5A;
}
.TagClassName
{
border-color: #BB4E5A;
}
</style>