Shades of Royal Heath #B9436F
Tints of Royal Heath #B9436F
RGB
CMYK
RGB Variations
Color information
#B9436F (or 0xB9436F) is known color: Royal Heath. HEX triplet: B9, 43 and 6F. RGB value is (185,67,111). Sum of RGB (Red+Green+Blue) = 185+67+111=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9436F is #46BC90. Grayscale: #6B6B6B. Windows color (decimal): -4635793 or 7291833. OLE color: 7291833.
HSL color Cylindrical-coordinate representation of color #B9436F: hue angle of 337.63º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9436F is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 111 | - |
| CMYK | 0 | 0.64 | 0.4 | 0.27 |
| HSL | 337.63º | 0.47% | 0.49% | - |
| HSV(B) | 337.63º | 0.64% | 0.73% | - |
| XYZ | 24.88 | 15.48 | 16.71 | - |
| YUV | 107.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 111 | 0 | 0.64 | 0.4 | 0.27 | 337.63 | 0.47 | 0.49 |
| Hex | B9 | 43 | 6F | 0 | 40 | 28 | 1B | 152 | 2F | 31 |
| Octal | 271 | 103 | 157 | 0 | 100 | 50 | 33 | 522 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1101111 | 0 | 1000000 | 101000 | 11011 | 101010010 | 101111 | 110001 |
Color Harmonies of #B9436F
Complementary color
Monochromatic Colors of #B9436F
Black with #B9436F
Text Example
Text Example
White with #B9436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9436F; }
p { color: rgb(185,67,111); }
H1.HeaderClassName
{
color: #B9436F;
}
.AnyTagClassName
{
color: #B9436F;
}
</style>
background-color css
<style>
a { background-color: #B9436F; }
a { background-color: rgb(185,67,111); }
div.DivClassName
{
background-color: #B9436F;
}
.BgClassName
{
background-color: #B9436F;
}
</style>
border-color css
<style>
span { border-color: #B9436F; }
span { border-color: rgb(185,67,111); }
td.TdClassName
{
border-color: #B9436F;
}
.TagClassName
{
border-color: #B9436F;
}
</style>