Shades of Royal Heath #B95C7B
Tints of Royal Heath #B95C7B
RGB
CMYK
RGB Variations
Color information
#B95C7B (or 0xB95C7B) is known color: Royal Heath. HEX triplet: B9, 5C and 7B. RGB value is (185,92,123). Sum of RGB (Red+Green+Blue) = 185+92+123=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C7B is #46A384. Grayscale: #7B7B7B. Windows color (decimal): -4629381 or 8084665. OLE color: 8084665.
HSL color Cylindrical-coordinate representation of color #B95C7B: hue angle of 340º 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 #B95C7B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 123 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.27 |
| HSL | 340º | 0.4% | 0.54% | - |
| HSV(B) | 340º | 0.5% | 0.73% | - |
| XYZ | 27.41 | 19.4 | 21.04 | - |
| YUV | 123.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 123 | 0 | 0.50 | 0.34 | 0.27 | 340 | 0.4 | 0.54 |
| Hex | B9 | 5C | 7B | 0 | 32 | 22 | 1B | 154 | 28 | 36 |
| Octal | 271 | 134 | 173 | 0 | 62 | 42 | 33 | 524 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1111011 | 0 | 110010 | 100010 | 11011 | 101010100 | 101000 | 110110 |
Color Harmonies of #B95C7B
Complementary color
Monochromatic Colors of #B95C7B
Black with #B95C7B
Text Example
Text Example
White with #B95C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C7B; }
p { color: rgb(185,92,123); }
H1.HeaderClassName
{
color: #B95C7B;
}
.AnyTagClassName
{
color: #B95C7B;
}
</style>
background-color css
<style>
a { background-color: #B95C7B; }
a { background-color: rgb(185,92,123); }
div.DivClassName
{
background-color: #B95C7B;
}
.BgClassName
{
background-color: #B95C7B;
}
</style>
border-color css
<style>
span { border-color: #B95C7B; }
span { border-color: rgb(185,92,123); }
td.TdClassName
{
border-color: #B95C7B;
}
.TagClassName
{
border-color: #B95C7B;
}
</style>