Shades of Royal Heath #BB4773
Tints of Royal Heath #BB4773
RGB
CMYK
RGB Variations
Color information
#BB4773 (or 0xBB4773) is known color: Royal Heath. HEX triplet: BB, 47 and 73. RGB value is (187,71,115). Sum of RGB (Red+Green+Blue) = 187+71+115=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4773 is #44B88C. Grayscale: #6E6E6E. Windows color (decimal): -4503693 or 7555003. OLE color: 7555003.
HSL color Cylindrical-coordinate representation of color #BB4773: hue angle of 337.24º 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 #BB4773 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 115 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.27 |
| HSL | 337.24º | 0.46% | 0.51% | - |
| HSV(B) | 337.24º | 0.62% | 0.73% | - |
| XYZ | 25.84 | 16.31 | 18.01 | - |
| YUV | 110.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 115 | 0 | 0.62 | 0.39 | 0.27 | 337.24 | 0.46 | 0.51 |
| Hex | BB | 47 | 73 | 0 | 3E | 27 | 1B | 151 | 2E | 33 |
| Octal | 273 | 107 | 163 | 0 | 76 | 47 | 33 | 521 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1110011 | 0 | 111110 | 100111 | 11011 | 101010001 | 101110 | 110011 |
Color Harmonies of #BB4773
Complementary color
Monochromatic Colors of #BB4773
Black with #BB4773
Text Example
Text Example
White with #BB4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4773; }
p { color: rgb(187,71,115); }
H1.HeaderClassName
{
color: #BB4773;
}
.AnyTagClassName
{
color: #BB4773;
}
</style>
background-color css
<style>
a { background-color: #BB4773; }
a { background-color: rgb(187,71,115); }
div.DivClassName
{
background-color: #BB4773;
}
.BgClassName
{
background-color: #BB4773;
}
</style>
border-color css
<style>
span { border-color: #BB4773; }
span { border-color: rgb(187,71,115); }
td.TdClassName
{
border-color: #BB4773;
}
.TagClassName
{
border-color: #BB4773;
}
</style>