Shades of Royal Heath #B9426C
Tints of Royal Heath #B9426C
RGB
CMYK
RGB Variations
Color information
#B9426C (or 0xB9426C) is known color: Royal Heath. HEX triplet: B9, 42 and 6C. RGB value is (185,66,108). Sum of RGB (Red+Green+Blue) = 185+66+108=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9426C is #46BD93. Grayscale: #6A6A6A. Windows color (decimal): -4636052 or 7094969. OLE color: 7094969.
HSL color Cylindrical-coordinate representation of color #B9426C: hue angle of 338.82º 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 #B9426C is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 108 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.27 |
| HSL | 338.82º | 0.47% | 0.49% | - |
| HSV(B) | 338.82º | 0.64% | 0.73% | - |
| XYZ | 24.66 | 15.29 | 15.84 | - |
| YUV | 106.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 108 | 0 | 0.64 | 0.42 | 0.27 | 338.82 | 0.47 | 0.49 |
| Hex | B9 | 42 | 6C | 0 | 40 | 2A | 1B | 153 | 2F | 31 |
| Octal | 271 | 102 | 154 | 0 | 100 | 52 | 33 | 523 | 57 | 61 |
| Binary | 10111001 | 1000010 | 1101100 | 0 | 1000000 | 101010 | 11011 | 101010011 | 101111 | 110001 |
Color Harmonies of #B9426C
Complementary color
Monochromatic Colors of #B9426C
Black with #B9426C
Text Example
Text Example
White with #B9426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9426C; }
p { color: rgb(185,66,108); }
H1.HeaderClassName
{
color: #B9426C;
}
.AnyTagClassName
{
color: #B9426C;
}
</style>
background-color css
<style>
a { background-color: #B9426C; }
a { background-color: rgb(185,66,108); }
div.DivClassName
{
background-color: #B9426C;
}
.BgClassName
{
background-color: #B9426C;
}
</style>
border-color css
<style>
span { border-color: #B9426C; }
span { border-color: rgb(185,66,108); }
td.TdClassName
{
border-color: #B9426C;
}
.TagClassName
{
border-color: #B9426C;
}
</style>