Shades of Blush #BB475C
Tints of Blush #BB475C
RGB
CMYK
RGB Variations
Color information
#BB475C (or 0xBB475C) is known color: Blush. HEX triplet: BB, 47 and 5C. RGB value is (187,71,92). Sum of RGB (Red+Green+Blue) = 187+71+92=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB475C is #44B8A3. Grayscale: #6C6C6C. Windows color (decimal): -4503716 or 6047675. OLE color: 6047675.
HSL color Cylindrical-coordinate representation of color #BB475C: hue angle of 349.14º 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 #BB475C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 92 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.27 |
| HSL | 349.14º | 0.46% | 0.51% | - |
| HSV(B) | 349.14º | 0.62% | 0.73% | - |
| XYZ | 24.68 | 15.84 | 11.88 | - |
| YUV | 108.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 92 | 0 | 0.62 | 0.51 | 0.27 | 349.14 | 0.46 | 0.51 |
| Hex | BB | 47 | 5C | 0 | 3E | 33 | 1B | 15D | 2E | 33 |
| Octal | 273 | 107 | 134 | 0 | 76 | 63 | 33 | 535 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1011100 | 0 | 111110 | 110011 | 11011 | 101011101 | 101110 | 110011 |
Color Harmonies of #BB475C
Complementary color
Monochromatic Colors of #BB475C
Black with #BB475C
Text Example
Text Example
White with #BB475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB475C; }
p { color: rgb(187,71,92); }
H1.HeaderClassName
{
color: #BB475C;
}
.AnyTagClassName
{
color: #BB475C;
}
</style>
background-color css
<style>
a { background-color: #BB475C; }
a { background-color: rgb(187,71,92); }
div.DivClassName
{
background-color: #BB475C;
}
.BgClassName
{
background-color: #BB475C;
}
</style>
border-color css
<style>
span { border-color: #BB475C; }
span { border-color: rgb(187,71,92); }
td.TdClassName
{
border-color: #BB475C;
}
.TagClassName
{
border-color: #BB475C;
}
</style>