Shades of Royal Heath #BB5076
Tints of Royal Heath #BB5076
RGB
CMYK
RGB Variations
Color information
#BB5076 (or 0xBB5076) is known color: Royal Heath. HEX triplet: BB, 50 and 76. RGB value is (187,80,118). Sum of RGB (Red+Green+Blue) = 187+80+118=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5076 is #44AF89. Grayscale: #747474. Windows color (decimal): -4501386 or 7753915. OLE color: 7753915.
HSL color Cylindrical-coordinate representation of color #BB5076: hue angle of 338.69º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5076 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 118 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.27 |
| HSL | 338.69º | 0.44% | 0.52% | - |
| HSV(B) | 338.69º | 0.57% | 0.73% | - |
| XYZ | 26.63 | 17.61 | 19.13 | - |
| YUV | 116.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 118 | 0 | 0.57 | 0.37 | 0.27 | 338.69 | 0.44 | 0.52 |
| Hex | BB | 50 | 76 | 0 | 39 | 25 | 1B | 153 | 2C | 34 |
| Octal | 273 | 120 | 166 | 0 | 71 | 45 | 33 | 523 | 54 | 64 |
| Binary | 10111011 | 1010000 | 1110110 | 0 | 111001 | 100101 | 11011 | 101010011 | 101100 | 110100 |
Color Harmonies of #BB5076
Complementary color
Monochromatic Colors of #BB5076
Black with #BB5076
Text Example
Text Example
White with #BB5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5076; }
p { color: rgb(187,80,118); }
H1.HeaderClassName
{
color: #BB5076;
}
.AnyTagClassName
{
color: #BB5076;
}
</style>
background-color css
<style>
a { background-color: #BB5076; }
a { background-color: rgb(187,80,118); }
div.DivClassName
{
background-color: #BB5076;
}
.BgClassName
{
background-color: #BB5076;
}
</style>
border-color css
<style>
span { border-color: #BB5076; }
span { border-color: rgb(187,80,118); }
td.TdClassName
{
border-color: #BB5076;
}
.TagClassName
{
border-color: #BB5076;
}
</style>