Shades of Royal Heath #BB476C
Tints of Royal Heath #BB476C
RGB
CMYK
RGB Variations
Color information
#BB476C (or 0xBB476C) is known color: Royal Heath. HEX triplet: BB, 47 and 6C. RGB value is (187,71,108). Sum of RGB (Red+Green+Blue) = 187+71+108=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB476C is #44B893. Grayscale: #6D6D6D. Windows color (decimal): -4503700 or 7096251. OLE color: 7096251.
HSL color Cylindrical-coordinate representation of color #BB476C: hue angle of 340.86º 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 #BB476C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 108 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.27 |
| HSL | 340.86º | 0.46% | 0.51% | - |
| HSV(B) | 340.86º | 0.62% | 0.73% | - |
| XYZ | 25.45 | 16.15 | 15.96 | - |
| YUV | 109.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 108 | 0 | 0.62 | 0.42 | 0.27 | 340.86 | 0.46 | 0.51 |
| Hex | BB | 47 | 6C | 0 | 3E | 2A | 1B | 155 | 2E | 33 |
| Octal | 273 | 107 | 154 | 0 | 76 | 52 | 33 | 525 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1101100 | 0 | 111110 | 101010 | 11011 | 101010101 | 101110 | 110011 |
Color Harmonies of #BB476C
Complementary color
Monochromatic Colors of #BB476C
Black with #BB476C
Text Example
Text Example
White with #BB476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB476C; }
p { color: rgb(187,71,108); }
H1.HeaderClassName
{
color: #BB476C;
}
.AnyTagClassName
{
color: #BB476C;
}
</style>
background-color css
<style>
a { background-color: #BB476C; }
a { background-color: rgb(187,71,108); }
div.DivClassName
{
background-color: #BB476C;
}
.BgClassName
{
background-color: #BB476C;
}
</style>
border-color css
<style>
span { border-color: #BB476C; }
span { border-color: rgb(187,71,108); }
td.TdClassName
{
border-color: #BB476C;
}
.TagClassName
{
border-color: #BB476C;
}
</style>