Shades of Royal Heath #B95C76
Tints of Royal Heath #B95C76
RGB
CMYK
RGB Variations
Color information
#B95C76 (or 0xB95C76) is known color: Royal Heath. HEX triplet: B9, 5C and 76. RGB value is (185,92,118). Sum of RGB (Red+Green+Blue) = 185+92+118=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C76 is #46A389. Grayscale: #7A7A7A. Windows color (decimal): -4629386 or 7756985. OLE color: 7756985.
HSL color Cylindrical-coordinate representation of color #B95C76: hue angle of 343.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C76 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 118 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.27 |
| HSL | 343.23º | 0.4% | 0.54% | - |
| HSV(B) | 343.23º | 0.5% | 0.73% | - |
| XYZ | 27.1 | 19.28 | 19.43 | - |
| YUV | 122.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 118 | 0 | 0.50 | 0.36 | 0.27 | 343.23 | 0.4 | 0.54 |
| Hex | B9 | 5C | 76 | 0 | 32 | 24 | 1B | 157 | 28 | 36 |
| Octal | 271 | 134 | 166 | 0 | 62 | 44 | 33 | 527 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1110110 | 0 | 110010 | 100100 | 11011 | 101010111 | 101000 | 110110 |
Color Harmonies of #B95C76
Complementary color
Monochromatic Colors of #B95C76
Black with #B95C76
Text Example
Text Example
White with #B95C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C76; }
p { color: rgb(185,92,118); }
H1.HeaderClassName
{
color: #B95C76;
}
.AnyTagClassName
{
color: #B95C76;
}
</style>
background-color css
<style>
a { background-color: #B95C76; }
a { background-color: rgb(185,92,118); }
div.DivClassName
{
background-color: #B95C76;
}
.BgClassName
{
background-color: #B95C76;
}
</style>
border-color css
<style>
span { border-color: #B95C76; }
span { border-color: rgb(185,92,118); }
td.TdClassName
{
border-color: #B95C76;
}
.TagClassName
{
border-color: #B95C76;
}
</style>