Shades of Royal Heath #B04E6D
Tints of Royal Heath #B04E6D
RGB
CMYK
RGB Variations
Color information
#B04E6D (or 0xB04E6D) is known color: Royal Heath. HEX triplet: B0, 4E and 6D. RGB value is (176,78,109). Sum of RGB (Red+Green+Blue) = 176+78+109=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E6D is #4FB192. Grayscale: #6E6E6E. Windows color (decimal): -5222803 or 7163568. OLE color: 7163568.
HSL color Cylindrical-coordinate representation of color #B04E6D: hue angle of 341.02º 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 #B04E6D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 109 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.31 |
| HSL | 341.02º | 0.39% | 0.5% | - |
| HSV(B) | 341.02º | 0.56% | 0.69% | - |
| XYZ | 23.39 | 15.78 | 16.28 | - |
| YUV | 110.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 109 | 0 | 0.56 | 0.38 | 0.31 | 341.02 | 0.39 | 0.5 |
| Hex | B0 | 4E | 6D | 0 | 38 | 26 | 1F | 155 | 27 | 32 |
| Octal | 260 | 116 | 155 | 0 | 70 | 46 | 37 | 525 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1101101 | 0 | 111000 | 100110 | 11111 | 101010101 | 100111 | 110010 |
Color Harmonies of #B04E6D
Complementary color
Monochromatic Colors of #B04E6D
Black with #B04E6D
Text Example
Text Example
White with #B04E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E6D; }
p { color: rgb(176,78,109); }
H1.HeaderClassName
{
color: #B04E6D;
}
.AnyTagClassName
{
color: #B04E6D;
}
</style>
background-color css
<style>
a { background-color: #B04E6D; }
a { background-color: rgb(176,78,109); }
div.DivClassName
{
background-color: #B04E6D;
}
.BgClassName
{
background-color: #B04E6D;
}
</style>
border-color css
<style>
span { border-color: #B04E6D; }
span { border-color: rgb(176,78,109); }
td.TdClassName
{
border-color: #B04E6D;
}
.TagClassName
{
border-color: #B04E6D;
}
</style>