Shades of Royal Heath #B95B7B
Tints of Royal Heath #B95B7B
RGB
CMYK
RGB Variations
Color information
#B95B7B (or 0xB95B7B) is known color: Royal Heath. HEX triplet: B9, 5B and 7B. RGB value is (185,91,123). Sum of RGB (Red+Green+Blue) = 185+91+123=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B7B is #46A484. Grayscale: #7A7A7A. Windows color (decimal): -4629637 or 8084409. OLE color: 8084409.
HSL color Cylindrical-coordinate representation of color #B95B7B: hue angle of 339.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95B7B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 123 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.27 |
| HSL | 339.57º | 0.4% | 0.54% | - |
| HSV(B) | 339.57º | 0.51% | 0.73% | - |
| XYZ | 27.32 | 19.23 | 21.01 | - |
| YUV | 122.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 123 | 0 | 0.51 | 0.34 | 0.27 | 339.57 | 0.4 | 0.54 |
| Hex | B9 | 5B | 7B | 0 | 33 | 22 | 1B | 154 | 28 | 36 |
| Octal | 271 | 133 | 173 | 0 | 63 | 42 | 33 | 524 | 50 | 66 |
| Binary | 10111001 | 1011011 | 1111011 | 0 | 110011 | 100010 | 11011 | 101010100 | 101000 | 110110 |
Color Harmonies of #B95B7B
Complementary color
Monochromatic Colors of #B95B7B
Black with #B95B7B
Text Example
Text Example
White with #B95B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95B7B; }
p { color: rgb(185,91,123); }
H1.HeaderClassName
{
color: #B95B7B;
}
.AnyTagClassName
{
color: #B95B7B;
}
</style>
background-color css
<style>
a { background-color: #B95B7B; }
a { background-color: rgb(185,91,123); }
div.DivClassName
{
background-color: #B95B7B;
}
.BgClassName
{
background-color: #B95B7B;
}
</style>
border-color css
<style>
span { border-color: #B95B7B; }
span { border-color: rgb(185,91,123); }
td.TdClassName
{
border-color: #B95B7B;
}
.TagClassName
{
border-color: #B95B7B;
}
</style>