Shades of Royal Heath #BB4574
Tints of Royal Heath #BB4574
RGB
CMYK
RGB Variations
Color information
#BB4574 (or 0xBB4574) is known color: Royal Heath. HEX triplet: BB, 45 and 74. RGB value is (187,69,116). Sum of RGB (Red+Green+Blue) = 187+69+116=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4574 is #44BA8B. Grayscale: #6D6D6D. Windows color (decimal): -4504204 or 7620027. OLE color: 7620027.
HSL color Cylindrical-coordinate representation of color #BB4574: hue angle of 336.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4574 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 116 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.27 |
| HSL | 336.1º | 0.46% | 0.5% | - |
| HSV(B) | 336.1º | 0.63% | 0.73% | - |
| XYZ | 25.77 | 16.08 | 18.27 | - |
| YUV | 109.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 116 | 0 | 0.63 | 0.38 | 0.27 | 336.1 | 0.46 | 0.5 |
| Hex | BB | 45 | 74 | 0 | 3F | 26 | 1B | 150 | 2E | 32 |
| Octal | 273 | 105 | 164 | 0 | 77 | 46 | 33 | 520 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1110100 | 0 | 111111 | 100110 | 11011 | 101010000 | 101110 | 110010 |
Color Harmonies of #BB4574
Complementary color
Monochromatic Colors of #BB4574
Black with #BB4574
Text Example
Text Example
White with #BB4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4574; }
p { color: rgb(187,69,116); }
H1.HeaderClassName
{
color: #BB4574;
}
.AnyTagClassName
{
color: #BB4574;
}
</style>
background-color css
<style>
a { background-color: #BB4574; }
a { background-color: rgb(187,69,116); }
div.DivClassName
{
background-color: #BB4574;
}
.BgClassName
{
background-color: #BB4574;
}
</style>
border-color css
<style>
span { border-color: #BB4574; }
span { border-color: rgb(187,69,116); }
td.TdClassName
{
border-color: #BB4574;
}
.TagClassName
{
border-color: #BB4574;
}
</style>