Shades of Royal Heath #B4476D
Tints of Royal Heath #B4476D
RGB
CMYK
RGB Variations
Color information
#B4476D (or 0xB4476D) is known color: Royal Heath. HEX triplet: B4, 47 and 6D. RGB value is (180,71,109). Sum of RGB (Red+Green+Blue) = 180+71+109=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4476D is #4BB892. Grayscale: #6B6B6B. Windows color (decimal): -4962451 or 7161780. OLE color: 7161780.
HSL color Cylindrical-coordinate representation of color #B4476D: hue angle of 339.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4476D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 109 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.29 |
| HSL | 339.08º | 0.43% | 0.49% | - |
| HSV(B) | 339.08º | 0.61% | 0.71% | - |
| XYZ | 23.84 | 15.31 | 16.17 | - |
| YUV | 107.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 109 | 0 | 0.61 | 0.39 | 0.29 | 339.08 | 0.43 | 0.49 |
| Hex | B4 | 47 | 6D | 0 | 3D | 27 | 1D | 153 | 2B | 31 |
| Octal | 264 | 107 | 155 | 0 | 75 | 47 | 35 | 523 | 53 | 61 |
| Binary | 10110100 | 1000111 | 1101101 | 0 | 111101 | 100111 | 11101 | 101010011 | 101011 | 110001 |
Color Harmonies of #B4476D
Complementary color
Monochromatic Colors of #B4476D
Black with #B4476D
Text Example
Text Example
White with #B4476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4476D; }
p { color: rgb(180,71,109); }
H1.HeaderClassName
{
color: #B4476D;
}
.AnyTagClassName
{
color: #B4476D;
}
</style>
background-color css
<style>
a { background-color: #B4476D; }
a { background-color: rgb(180,71,109); }
div.DivClassName
{
background-color: #B4476D;
}
.BgClassName
{
background-color: #B4476D;
}
</style>
border-color css
<style>
span { border-color: #B4476D; }
span { border-color: rgb(180,71,109); }
td.TdClassName
{
border-color: #B4476D;
}
.TagClassName
{
border-color: #B4476D;
}
</style>