Shades of Royal Heath #BB3F76
Tints of Royal Heath #BB3F76
RGB
CMYK
RGB Variations
Color information
#BB3F76 (or 0xBB3F76) is known color: Royal Heath. HEX triplet: BB, 3F and 76. RGB value is (187,63,118). Sum of RGB (Red+Green+Blue) = 187+63+118=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F76 is #44C089. Grayscale: #6A6A6A. Windows color (decimal): -4505738 or 7749563. OLE color: 7749563.
HSL color Cylindrical-coordinate representation of color #BB3F76: hue angle of 333.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F76 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 118 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.27 |
| HSL | 333.39º | 0.5% | 0.49% | - |
| HSV(B) | 333.39º | 0.66% | 0.73% | - |
| XYZ | 25.54 | 15.43 | 18.77 | - |
| YUV | 106.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 118 | 0 | 0.66 | 0.37 | 0.27 | 333.39 | 0.5 | 0.49 |
| Hex | BB | 3F | 76 | 0 | 42 | 25 | 1B | 14D | 32 | 31 |
| Octal | 273 | 77 | 166 | 0 | 102 | 45 | 33 | 515 | 62 | 61 |
| Binary | 10111011 | 111111 | 1110110 | 0 | 1000010 | 100101 | 11011 | 101001101 | 110010 | 110001 |
Color Harmonies of #BB3F76
Complementary color
Monochromatic Colors of #BB3F76
Black with #BB3F76
Text Example
Text Example
White with #BB3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F76; }
p { color: rgb(187,63,118); }
H1.HeaderClassName
{
color: #BB3F76;
}
.AnyTagClassName
{
color: #BB3F76;
}
</style>
background-color css
<style>
a { background-color: #BB3F76; }
a { background-color: rgb(187,63,118); }
div.DivClassName
{
background-color: #BB3F76;
}
.BgClassName
{
background-color: #BB3F76;
}
</style>
border-color css
<style>
span { border-color: #BB3F76; }
span { border-color: rgb(187,63,118); }
td.TdClassName
{
border-color: #BB3F76;
}
.TagClassName
{
border-color: #BB3F76;
}
</style>