Shades of Blush #BB4B5E
Tints of Blush #BB4B5E
RGB
CMYK
RGB Variations
Color information
#BB4B5E (or 0xBB4B5E) is known color: Blush. HEX triplet: BB, 4B and 5E. RGB value is (187,75,94). Sum of RGB (Red+Green+Blue) = 187+75+94=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B5E is #44B4A1. Grayscale: #6E6E6E. Windows color (decimal): -4502690 or 6179771. OLE color: 6179771.
HSL color Cylindrical-coordinate representation of color #BB4B5E: hue angle of 349.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B5E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 94 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.27 |
| HSL | 349.82º | 0.45% | 0.51% | - |
| HSV(B) | 349.82º | 0.6% | 0.73% | - |
| XYZ | 25.03 | 16.41 | 12.44 | - |
| YUV | 110.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 94 | 0 | 0.60 | 0.50 | 0.27 | 349.82 | 0.45 | 0.51 |
| Hex | BB | 4B | 5E | 0 | 3C | 32 | 1B | 15E | 2D | 33 |
| Octal | 273 | 113 | 136 | 0 | 74 | 62 | 33 | 536 | 55 | 63 |
| Binary | 10111011 | 1001011 | 1011110 | 0 | 111100 | 110010 | 11011 | 101011110 | 101101 | 110011 |
Color Harmonies of #BB4B5E
Complementary color
Monochromatic Colors of #BB4B5E
Black with #BB4B5E
Text Example
Text Example
White with #BB4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B5E; }
p { color: rgb(187,75,94); }
H1.HeaderClassName
{
color: #BB4B5E;
}
.AnyTagClassName
{
color: #BB4B5E;
}
</style>
background-color css
<style>
a { background-color: #BB4B5E; }
a { background-color: rgb(187,75,94); }
div.DivClassName
{
background-color: #BB4B5E;
}
.BgClassName
{
background-color: #BB4B5E;
}
</style>
border-color css
<style>
span { border-color: #BB4B5E; }
span { border-color: rgb(187,75,94); }
td.TdClassName
{
border-color: #BB4B5E;
}
.TagClassName
{
border-color: #BB4B5E;
}
</style>