Shades of Royal Heath #B95C7D
Tints of Royal Heath #B95C7D
RGB
CMYK
RGB Variations
Color information
#B95C7D (or 0xB95C7D) is known color: Royal Heath. HEX triplet: B9, 5C and 7D. RGB value is (185,92,125). Sum of RGB (Red+Green+Blue) = 185+92+125=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C7D is #46A382. Grayscale: #7B7B7B. Windows color (decimal): -4629379 or 8215737. OLE color: 8215737.
HSL color Cylindrical-coordinate representation of color #B95C7D: hue angle of 338.71º 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 #B95C7D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 125 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.27 |
| HSL | 338.71º | 0.4% | 0.54% | - |
| HSV(B) | 338.71º | 0.5% | 0.73% | - |
| XYZ | 27.54 | 19.45 | 21.7 | - |
| YUV | 123.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 125 | 0 | 0.50 | 0.32 | 0.27 | 338.71 | 0.4 | 0.54 |
| Hex | B9 | 5C | 7D | 0 | 32 | 20 | 1B | 153 | 28 | 36 |
| Octal | 271 | 134 | 175 | 0 | 62 | 40 | 33 | 523 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1111101 | 0 | 110010 | 100000 | 11011 | 101010011 | 101000 | 110110 |
Color Harmonies of #B95C7D
Complementary color
Monochromatic Colors of #B95C7D
Black with #B95C7D
Text Example
Text Example
White with #B95C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C7D; }
p { color: rgb(185,92,125); }
H1.HeaderClassName
{
color: #B95C7D;
}
.AnyTagClassName
{
color: #B95C7D;
}
</style>
background-color css
<style>
a { background-color: #B95C7D; }
a { background-color: rgb(185,92,125); }
div.DivClassName
{
background-color: #B95C7D;
}
.BgClassName
{
background-color: #B95C7D;
}
</style>
border-color css
<style>
span { border-color: #B95C7D; }
span { border-color: rgb(185,92,125); }
td.TdClassName
{
border-color: #B95C7D;
}
.TagClassName
{
border-color: #B95C7D;
}
</style>