Shades of Royal Heath #B9456B
Tints of Royal Heath #B9456B
RGB
CMYK
RGB Variations
Color information
#B9456B (or 0xB9456B) is known color: Royal Heath. HEX triplet: B9, 45 and 6B. RGB value is (185,69,107). Sum of RGB (Red+Green+Blue) = 185+69+107=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9456B is #46BA94. Grayscale: #6B6B6B. Windows color (decimal): -4635285 or 7030201. OLE color: 7030201.
HSL color Cylindrical-coordinate representation of color #B9456B: hue angle of 340.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9456B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 107 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.27 |
| HSL | 340.34º | 0.46% | 0.5% | - |
| HSV(B) | 340.34º | 0.63% | 0.73% | - |
| XYZ | 24.79 | 15.63 | 15.62 | - |
| YUV | 108.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 107 | 0 | 0.63 | 0.42 | 0.27 | 340.34 | 0.46 | 0.5 |
| Hex | B9 | 45 | 6B | 0 | 3F | 2A | 1B | 154 | 2E | 32 |
| Octal | 271 | 105 | 153 | 0 | 77 | 52 | 33 | 524 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1101011 | 0 | 111111 | 101010 | 11011 | 101010100 | 101110 | 110010 |
Color Harmonies of #B9456B
Complementary color
Monochromatic Colors of #B9456B
Black with #B9456B
Text Example
Text Example
White with #B9456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9456B; }
p { color: rgb(185,69,107); }
H1.HeaderClassName
{
color: #B9456B;
}
.AnyTagClassName
{
color: #B9456B;
}
</style>
background-color css
<style>
a { background-color: #B9456B; }
a { background-color: rgb(185,69,107); }
div.DivClassName
{
background-color: #B9456B;
}
.BgClassName
{
background-color: #B9456B;
}
</style>
border-color css
<style>
span { border-color: #B9456B; }
span { border-color: rgb(185,69,107); }
td.TdClassName
{
border-color: #B9456B;
}
.TagClassName
{
border-color: #B9456B;
}
</style>