Shades of Royal Heath #B8466D
Tints of Royal Heath #B8466D
RGB
CMYK
RGB Variations
Color information
#B8466D (or 0xB8466D) is known color: Royal Heath. HEX triplet: B8, 46 and 6D. RGB value is (184,70,109). Sum of RGB (Red+Green+Blue) = 184+70+109=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8466D is #47B992. Grayscale: #6C6C6C. Windows color (decimal): -4700563 or 7161528. OLE color: 7161528.
HSL color Cylindrical-coordinate representation of color #B8466D: hue angle of 339.47º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8466D is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 109 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.28 |
| HSL | 339.47º | 0.45% | 0.5% | - |
| HSV(B) | 339.47º | 0.62% | 0.72% | - |
| XYZ | 24.72 | 15.67 | 16.19 | - |
| YUV | 108.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 109 | 0 | 0.62 | 0.41 | 0.28 | 339.47 | 0.45 | 0.5 |
| Hex | B8 | 46 | 6D | 0 | 3E | 29 | 1C | 153 | 2D | 32 |
| Octal | 270 | 106 | 155 | 0 | 76 | 51 | 34 | 523 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1101101 | 0 | 111110 | 101001 | 11100 | 101010011 | 101101 | 110010 |
Color Harmonies of #B8466D
Complementary color
Monochromatic Colors of #B8466D
Black with #B8466D
Text Example
Text Example
White with #B8466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8466D; }
p { color: rgb(184,70,109); }
H1.HeaderClassName
{
color: #B8466D;
}
.AnyTagClassName
{
color: #B8466D;
}
</style>
background-color css
<style>
a { background-color: #B8466D; }
a { background-color: rgb(184,70,109); }
div.DivClassName
{
background-color: #B8466D;
}
.BgClassName
{
background-color: #B8466D;
}
</style>
border-color css
<style>
span { border-color: #B8466D; }
span { border-color: rgb(184,70,109); }
td.TdClassName
{
border-color: #B8466D;
}
.TagClassName
{
border-color: #B8466D;
}
</style>