Shades of Royal Heath #BB3E68
Tints of Royal Heath #BB3E68
RGB
CMYK
RGB Variations
Color information
#BB3E68 (or 0xBB3E68) is known color: Royal Heath. HEX triplet: BB, 3E and 68. RGB value is (187,62,104). Sum of RGB (Red+Green+Blue) = 187+62+104=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E68 is #44C197. Grayscale: #686868. Windows color (decimal): -4506008 or 6831803. OLE color: 6831803.
HSL color Cylindrical-coordinate representation of color #BB3E68: hue angle of 339.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E68 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 104 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.27 |
| HSL | 339.84º | 0.5% | 0.49% | - |
| HSV(B) | 339.84º | 0.67% | 0.73% | - |
| XYZ | 24.71 | 15.01 | 14.69 | - |
| YUV | 104.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 104 | 0 | 0.67 | 0.44 | 0.27 | 339.84 | 0.5 | 0.49 |
| Hex | BB | 3E | 68 | 0 | 43 | 2C | 1B | 154 | 32 | 31 |
| Octal | 273 | 76 | 150 | 0 | 103 | 54 | 33 | 524 | 62 | 61 |
| Binary | 10111011 | 111110 | 1101000 | 0 | 1000011 | 101100 | 11011 | 101010100 | 110010 | 110001 |
Color Harmonies of #BB3E68
Complementary color
Monochromatic Colors of #BB3E68
Black with #BB3E68
Text Example
Text Example
White with #BB3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E68; }
p { color: rgb(187,62,104); }
H1.HeaderClassName
{
color: #BB3E68;
}
.AnyTagClassName
{
color: #BB3E68;
}
</style>
background-color css
<style>
a { background-color: #BB3E68; }
a { background-color: rgb(187,62,104); }
div.DivClassName
{
background-color: #BB3E68;
}
.BgClassName
{
background-color: #BB3E68;
}
</style>
border-color css
<style>
span { border-color: #BB3E68; }
span { border-color: rgb(187,62,104); }
td.TdClassName
{
border-color: #BB3E68;
}
.TagClassName
{
border-color: #BB3E68;
}
</style>