Shades of Royal Heath #B95C7E
Tints of Royal Heath #B95C7E
RGB
CMYK
RGB Variations
Color information
#B95C7E (or 0xB95C7E) is known color: Royal Heath. HEX triplet: B9, 5C and 7E. RGB value is (185,92,126). Sum of RGB (Red+Green+Blue) = 185+92+126=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C7E is #46A381. Grayscale: #7B7B7B. Windows color (decimal): -4629378 or 8281273. OLE color: 8281273.
HSL color Cylindrical-coordinate representation of color #B95C7E: hue angle of 338.06º 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 #B95C7E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 126 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.27 |
| HSL | 338.06º | 0.4% | 0.54% | - |
| HSV(B) | 338.06º | 0.5% | 0.73% | - |
| XYZ | 27.6 | 19.47 | 22.04 | - |
| YUV | 123.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 126 | 0 | 0.50 | 0.32 | 0.27 | 338.06 | 0.4 | 0.54 |
| Hex | B9 | 5C | 7E | 0 | 32 | 20 | 1B | 152 | 28 | 36 |
| Octal | 271 | 134 | 176 | 0 | 62 | 40 | 33 | 522 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1111110 | 0 | 110010 | 100000 | 11011 | 101010010 | 101000 | 110110 |
Color Harmonies of #B95C7E
Complementary color
Monochromatic Colors of #B95C7E
Black with #B95C7E
Text Example
Text Example
White with #B95C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C7E; }
p { color: rgb(185,92,126); }
H1.HeaderClassName
{
color: #B95C7E;
}
.AnyTagClassName
{
color: #B95C7E;
}
</style>
background-color css
<style>
a { background-color: #B95C7E; }
a { background-color: rgb(185,92,126); }
div.DivClassName
{
background-color: #B95C7E;
}
.BgClassName
{
background-color: #B95C7E;
}
</style>
border-color css
<style>
span { border-color: #B95C7E; }
span { border-color: rgb(185,92,126); }
td.TdClassName
{
border-color: #B95C7E;
}
.TagClassName
{
border-color: #B95C7E;
}
</style>