Shades of Royal Heath #B04E6E
Tints of Royal Heath #B04E6E
RGB
CMYK
RGB Variations
Color information
#B04E6E (or 0xB04E6E) is known color: Royal Heath. HEX triplet: B0, 4E and 6E. RGB value is (176,78,110). Sum of RGB (Red+Green+Blue) = 176+78+110=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E6E is #4FB191. Grayscale: #6E6E6E. Windows color (decimal): -5222802 or 7229104. OLE color: 7229104.
HSL color Cylindrical-coordinate representation of color #B04E6E: hue angle of 340.41º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E6E is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 110 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.31 |
| HSL | 340.41º | 0.39% | 0.5% | - |
| HSV(B) | 340.41º | 0.56% | 0.69% | - |
| XYZ | 23.44 | 15.8 | 16.57 | - |
| YUV | 110.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 110 | 0 | 0.56 | 0.37 | 0.31 | 340.41 | 0.39 | 0.5 |
| Hex | B0 | 4E | 6E | 0 | 38 | 25 | 1F | 154 | 27 | 32 |
| Octal | 260 | 116 | 156 | 0 | 70 | 45 | 37 | 524 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1101110 | 0 | 111000 | 100101 | 11111 | 101010100 | 100111 | 110010 |
Color Harmonies of #B04E6E
Complementary color
Monochromatic Colors of #B04E6E
Black with #B04E6E
Text Example
Text Example
White with #B04E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E6E; }
p { color: rgb(176,78,110); }
H1.HeaderClassName
{
color: #B04E6E;
}
.AnyTagClassName
{
color: #B04E6E;
}
</style>
background-color css
<style>
a { background-color: #B04E6E; }
a { background-color: rgb(176,78,110); }
div.DivClassName
{
background-color: #B04E6E;
}
.BgClassName
{
background-color: #B04E6E;
}
</style>
border-color css
<style>
span { border-color: #B04E6E; }
span { border-color: rgb(176,78,110); }
td.TdClassName
{
border-color: #B04E6E;
}
.TagClassName
{
border-color: #B04E6E;
}
</style>