Shades of Blush #BB475E
Tints of Blush #BB475E
RGB
CMYK
RGB Variations
Color information
#BB475E (or 0xBB475E) is known color: Blush. HEX triplet: BB, 47 and 5E. RGB value is (187,71,94). Sum of RGB (Red+Green+Blue) = 187+71+94=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB475E is #44B8A1. Grayscale: #6C6C6C. Windows color (decimal): -4503714 or 6178747. OLE color: 6178747.
HSL color Cylindrical-coordinate representation of color #BB475E: hue angle of 348.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB475E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 94 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.27 |
| HSL | 348.1º | 0.46% | 0.51% | - |
| HSV(B) | 348.1º | 0.62% | 0.73% | - |
| XYZ | 24.77 | 15.88 | 12.35 | - |
| YUV | 108.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 94 | 0 | 0.62 | 0.50 | 0.27 | 348.1 | 0.46 | 0.51 |
| Hex | BB | 47 | 5E | 0 | 3E | 32 | 1B | 15C | 2E | 33 |
| Octal | 273 | 107 | 136 | 0 | 76 | 62 | 33 | 534 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1011110 | 0 | 111110 | 110010 | 11011 | 101011100 | 101110 | 110011 |
Color Harmonies of #BB475E
Complementary color
Monochromatic Colors of #BB475E
Black with #BB475E
Text Example
Text Example
White with #BB475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB475E; }
p { color: rgb(187,71,94); }
H1.HeaderClassName
{
color: #BB475E;
}
.AnyTagClassName
{
color: #BB475E;
}
</style>
background-color css
<style>
a { background-color: #BB475E; }
a { background-color: rgb(187,71,94); }
div.DivClassName
{
background-color: #BB475E;
}
.BgClassName
{
background-color: #BB475E;
}
</style>
border-color css
<style>
span { border-color: #BB475E; }
span { border-color: rgb(187,71,94); }
td.TdClassName
{
border-color: #BB475E;
}
.TagClassName
{
border-color: #BB475E;
}
</style>