Shades of Royal Heath #B85276
Tints of Royal Heath #B85276
RGB
CMYK
RGB Variations
Color information
#B85276 (or 0xB85276) is known color: Royal Heath. HEX triplet: B8, 52 and 76. RGB value is (184,82,118). Sum of RGB (Red+Green+Blue) = 184+82+118=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85276 is #47AD89. Grayscale: #747474. Windows color (decimal): -4697482 or 7754424. OLE color: 7754424.
HSL color Cylindrical-coordinate representation of color #B85276: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85276 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 118 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.28 |
| HSL | 338.82º | 0.42% | 0.52% | - |
| HSV(B) | 338.82º | 0.55% | 0.72% | - |
| XYZ | 26.05 | 17.53 | 19.15 | - |
| YUV | 116.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 118 | 0 | 0.55 | 0.36 | 0.28 | 338.82 | 0.42 | 0.52 |
| Hex | B8 | 52 | 76 | 0 | 37 | 24 | 1C | 153 | 2A | 34 |
| Octal | 270 | 122 | 166 | 0 | 67 | 44 | 34 | 523 | 52 | 64 |
| Binary | 10111000 | 1010010 | 1110110 | 0 | 110111 | 100100 | 11100 | 101010011 | 101010 | 110100 |
Color Harmonies of #B85276
Complementary color
Monochromatic Colors of #B85276
Black with #B85276
Text Example
Text Example
White with #B85276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85276; }
p { color: rgb(184,82,118); }
H1.HeaderClassName
{
color: #B85276;
}
.AnyTagClassName
{
color: #B85276;
}
</style>
background-color css
<style>
a { background-color: #B85276; }
a { background-color: rgb(184,82,118); }
div.DivClassName
{
background-color: #B85276;
}
.BgClassName
{
background-color: #B85276;
}
</style>
border-color css
<style>
span { border-color: #B85276; }
span { border-color: rgb(184,82,118); }
td.TdClassName
{
border-color: #B85276;
}
.TagClassName
{
border-color: #B85276;
}
</style>