Shades of Royal Heath #B9446C
Tints of Royal Heath #B9446C
RGB
CMYK
RGB Variations
Color information
#B9446C (or 0xB9446C) is known color: Royal Heath. HEX triplet: B9, 44 and 6C. RGB value is (185,68,108). Sum of RGB (Red+Green+Blue) = 185+68+108=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9446C is #46BB93. Grayscale: #6B6B6B. Windows color (decimal): -4635540 or 7095481. OLE color: 7095481.
HSL color Cylindrical-coordinate representation of color #B9446C: hue angle of 339.49º 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 #B9446C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 108 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.27 |
| HSL | 339.49º | 0.46% | 0.5% | - |
| HSV(B) | 339.49º | 0.63% | 0.73% | - |
| XYZ | 24.78 | 15.53 | 15.88 | - |
| YUV | 107.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 108 | 0 | 0.63 | 0.42 | 0.27 | 339.49 | 0.46 | 0.5 |
| Hex | B9 | 44 | 6C | 0 | 3F | 2A | 1B | 153 | 2E | 32 |
| Octal | 271 | 104 | 154 | 0 | 77 | 52 | 33 | 523 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1101100 | 0 | 111111 | 101010 | 11011 | 101010011 | 101110 | 110010 |
Color Harmonies of #B9446C
Complementary color
Monochromatic Colors of #B9446C
Black with #B9446C
Text Example
Text Example
White with #B9446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9446C; }
p { color: rgb(185,68,108); }
H1.HeaderClassName
{
color: #B9446C;
}
.AnyTagClassName
{
color: #B9446C;
}
</style>
background-color css
<style>
a { background-color: #B9446C; }
a { background-color: rgb(185,68,108); }
div.DivClassName
{
background-color: #B9446C;
}
.BgClassName
{
background-color: #B9446C;
}
</style>
border-color css
<style>
span { border-color: #B9446C; }
span { border-color: rgb(185,68,108); }
td.TdClassName
{
border-color: #B9446C;
}
.TagClassName
{
border-color: #B9446C;
}
</style>