Shades of Royal Heath #BB4871
Tints of Royal Heath #BB4871
RGB
CMYK
RGB Variations
Color information
#BB4871 (or 0xBB4871) is known color: Royal Heath. HEX triplet: BB, 48 and 71. RGB value is (187,72,113). Sum of RGB (Red+Green+Blue) = 187+72+113=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4871 is #44B78E. Grayscale: #6F6F6F. Windows color (decimal): -4503439 or 7424187. OLE color: 7424187.
HSL color Cylindrical-coordinate representation of color #BB4871: hue angle of 338.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4871 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 113 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.27 |
| HSL | 338.61º | 0.46% | 0.51% | - |
| HSV(B) | 338.61º | 0.61% | 0.73% | - |
| XYZ | 25.79 | 16.39 | 17.43 | - |
| YUV | 111.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 113 | 0 | 0.61 | 0.40 | 0.27 | 338.61 | 0.46 | 0.51 |
| Hex | BB | 48 | 71 | 0 | 3D | 28 | 1B | 153 | 2E | 33 |
| Octal | 273 | 110 | 161 | 0 | 75 | 50 | 33 | 523 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1110001 | 0 | 111101 | 101000 | 11011 | 101010011 | 101110 | 110011 |
Color Harmonies of #BB4871
Complementary color
Monochromatic Colors of #BB4871
Black with #BB4871
Text Example
Text Example
White with #BB4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4871; }
p { color: rgb(187,72,113); }
H1.HeaderClassName
{
color: #BB4871;
}
.AnyTagClassName
{
color: #BB4871;
}
</style>
background-color css
<style>
a { background-color: #BB4871; }
a { background-color: rgb(187,72,113); }
div.DivClassName
{
background-color: #BB4871;
}
.BgClassName
{
background-color: #BB4871;
}
</style>
border-color css
<style>
span { border-color: #BB4871; }
span { border-color: rgb(187,72,113); }
td.TdClassName
{
border-color: #BB4871;
}
.TagClassName
{
border-color: #BB4871;
}
</style>