Shades of Royal Heath #BB386C
Tints of Royal Heath #BB386C
RGB
CMYK
RGB Variations
Color information
#BB386C (or 0xBB386C) is known color: Royal Heath. HEX triplet: BB, 38 and 6C. RGB value is (187,56,108). Sum of RGB (Red+Green+Blue) = 187+56+108=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB386C is #44C793. Grayscale: #656565. Windows color (decimal): -4507540 or 7092411. OLE color: 7092411.
HSL color Cylindrical-coordinate representation of color #BB386C: hue angle of 336.18º 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 #BB386C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 108 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.27 |
| HSL | 336.18º | 0.54% | 0.48% | - |
| HSV(B) | 336.18º | 0.7% | 0.73% | - |
| XYZ | 24.61 | 14.48 | 15.68 | - |
| YUV | 101.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 108 | 0 | 0.70 | 0.42 | 0.27 | 336.18 | 0.54 | 0.48 |
| Hex | BB | 38 | 6C | 0 | 46 | 2A | 1B | 150 | 36 | 30 |
| Octal | 273 | 70 | 154 | 0 | 106 | 52 | 33 | 520 | 66 | 60 |
| Binary | 10111011 | 111000 | 1101100 | 0 | 1000110 | 101010 | 11011 | 101010000 | 110110 | 110000 |
Color Harmonies of #BB386C
Complementary color
Monochromatic Colors of #BB386C
Black with #BB386C
Text Example
Text Example
White with #BB386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB386C; }
p { color: rgb(187,56,108); }
H1.HeaderClassName
{
color: #BB386C;
}
.AnyTagClassName
{
color: #BB386C;
}
</style>
background-color css
<style>
a { background-color: #BB386C; }
a { background-color: rgb(187,56,108); }
div.DivClassName
{
background-color: #BB386C;
}
.BgClassName
{
background-color: #BB386C;
}
</style>
border-color css
<style>
span { border-color: #BB386C; }
span { border-color: rgb(187,56,108); }
td.TdClassName
{
border-color: #BB386C;
}
.TagClassName
{
border-color: #BB386C;
}
</style>