Shades of Royal Heath #B93B6C
Tints of Royal Heath #B93B6C
RGB
CMYK
RGB Variations
Color information
#B93B6C (or 0xB93B6C) is known color: Royal Heath. HEX triplet: B9, 3B and 6C. RGB value is (185,59,108). Sum of RGB (Red+Green+Blue) = 185+59+108=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B6C is #46C493. Grayscale: #666666. Windows color (decimal): -4637844 or 7093177. OLE color: 7093177.
HSL color Cylindrical-coordinate representation of color #B93B6C: hue angle of 336.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93B6C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 108 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.27 |
| HSL | 336.67º | 0.52% | 0.48% | - |
| HSV(B) | 336.67º | 0.68% | 0.73% | - |
| XYZ | 24.28 | 14.52 | 15.71 | - |
| YUV | 102.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 108 | 0 | 0.68 | 0.42 | 0.27 | 336.67 | 0.52 | 0.48 |
| Hex | B9 | 3B | 6C | 0 | 44 | 2A | 1B | 151 | 34 | 30 |
| Octal | 271 | 73 | 154 | 0 | 104 | 52 | 33 | 521 | 64 | 60 |
| Binary | 10111001 | 111011 | 1101100 | 0 | 1000100 | 101010 | 11011 | 101010001 | 110100 | 110000 |
Color Harmonies of #B93B6C
Complementary color
Monochromatic Colors of #B93B6C
Black with #B93B6C
Text Example
Text Example
White with #B93B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93B6C; }
p { color: rgb(185,59,108); }
H1.HeaderClassName
{
color: #B93B6C;
}
.AnyTagClassName
{
color: #B93B6C;
}
</style>
background-color css
<style>
a { background-color: #B93B6C; }
a { background-color: rgb(185,59,108); }
div.DivClassName
{
background-color: #B93B6C;
}
.BgClassName
{
background-color: #B93B6C;
}
</style>
border-color css
<style>
span { border-color: #B93B6C; }
span { border-color: rgb(185,59,108); }
td.TdClassName
{
border-color: #B93B6C;
}
.TagClassName
{
border-color: #B93B6C;
}
</style>