Shades of Royal Heath #BB396D
Tints of Royal Heath #BB396D
RGB
CMYK
RGB Variations
Color information
#BB396D (or 0xBB396D) is known color: Royal Heath. HEX triplet: BB, 39 and 6D. RGB value is (187,57,109). Sum of RGB (Red+Green+Blue) = 187+57+109=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB396D is #44C692. Grayscale: #656565. Windows color (decimal): -4507283 or 7158203. OLE color: 7158203.
HSL color Cylindrical-coordinate representation of color #BB396D: hue angle of 336º degrees, saturation: 0.53, 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 #BB396D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 109 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.27 |
| HSL | 336º | 0.53% | 0.48% | - |
| HSV(B) | 336º | 0.7% | 0.73% | - |
| XYZ | 24.72 | 14.6 | 15.98 | - |
| YUV | 101.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 109 | 0 | 0.70 | 0.42 | 0.27 | 336 | 0.53 | 0.48 |
| Hex | BB | 39 | 6D | 0 | 46 | 2A | 1B | 150 | 35 | 30 |
| Octal | 273 | 71 | 155 | 0 | 106 | 52 | 33 | 520 | 65 | 60 |
| Binary | 10111011 | 111001 | 1101101 | 0 | 1000110 | 101010 | 11011 | 101010000 | 110101 | 110000 |
Color Harmonies of #BB396D
Complementary color
Monochromatic Colors of #BB396D
Black with #BB396D
Text Example
Text Example
White with #BB396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB396D; }
p { color: rgb(187,57,109); }
H1.HeaderClassName
{
color: #BB396D;
}
.AnyTagClassName
{
color: #BB396D;
}
</style>
background-color css
<style>
a { background-color: #BB396D; }
a { background-color: rgb(187,57,109); }
div.DivClassName
{
background-color: #BB396D;
}
.BgClassName
{
background-color: #BB396D;
}
</style>
border-color css
<style>
span { border-color: #BB396D; }
span { border-color: rgb(187,57,109); }
td.TdClassName
{
border-color: #BB396D;
}
.TagClassName
{
border-color: #BB396D;
}
</style>