Shades of Royal Heath #BB3873
Tints of Royal Heath #BB3873
RGB
CMYK
RGB Variations
Color information
#BB3873 (or 0xBB3873) is known color: Royal Heath. HEX triplet: BB, 38 and 73. RGB value is (187,56,115). Sum of RGB (Red+Green+Blue) = 187+56+115=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3873 is #44C78C. Grayscale: #656565. Windows color (decimal): -4507533 or 7551163. OLE color: 7551163.
HSL color Cylindrical-coordinate representation of color #BB3873: hue angle of 332.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3873 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 115 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.27 |
| HSL | 332.98º | 0.54% | 0.48% | - |
| HSV(B) | 332.98º | 0.7% | 0.73% | - |
| XYZ | 25 | 14.63 | 17.73 | - |
| YUV | 101.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 115 | 0 | 0.70 | 0.39 | 0.27 | 332.98 | 0.54 | 0.48 |
| Hex | BB | 38 | 73 | 0 | 46 | 27 | 1B | 14D | 36 | 30 |
| Octal | 273 | 70 | 163 | 0 | 106 | 47 | 33 | 515 | 66 | 60 |
| Binary | 10111011 | 111000 | 1110011 | 0 | 1000110 | 100111 | 11011 | 101001101 | 110110 | 110000 |
Color Harmonies of #BB3873
Complementary color
Monochromatic Colors of #BB3873
Black with #BB3873
Text Example
Text Example
White with #BB3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3873; }
p { color: rgb(187,56,115); }
H1.HeaderClassName
{
color: #BB3873;
}
.AnyTagClassName
{
color: #BB3873;
}
</style>
background-color css
<style>
a { background-color: #BB3873; }
a { background-color: rgb(187,56,115); }
div.DivClassName
{
background-color: #BB3873;
}
.BgClassName
{
background-color: #BB3873;
}
</style>
border-color css
<style>
span { border-color: #BB3873; }
span { border-color: rgb(187,56,115); }
td.TdClassName
{
border-color: #BB3873;
}
.TagClassName
{
border-color: #BB3873;
}
</style>