Shades of Royal Heath #B04176
Tints of Royal Heath #B04176
RGB
CMYK
RGB Variations
Color information
#B04176 (or 0xB04176) is known color: Royal Heath. HEX triplet: B0, 41 and 76. RGB value is (176,65,118). Sum of RGB (Red+Green+Blue) = 176+65+118=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04176 is #4FBE89. Grayscale: #686868. Windows color (decimal): -5226122 or 7750064. OLE color: 7750064.
HSL color Cylindrical-coordinate representation of color #B04176: hue angle of 331.35º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04176 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 118 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.31 |
| HSL | 331.35º | 0.46% | 0.47% | - |
| HSV(B) | 331.35º | 0.63% | 0.69% | - |
| XYZ | 23.06 | 14.32 | 18.69 | - |
| YUV | 104.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 118 | 0 | 0.63 | 0.33 | 0.31 | 331.35 | 0.46 | 0.47 |
| Hex | B0 | 41 | 76 | 0 | 3F | 21 | 1F | 14B | 2E | 2F |
| Octal | 260 | 101 | 166 | 0 | 77 | 41 | 37 | 513 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1110110 | 0 | 111111 | 100001 | 11111 | 101001011 | 101110 | 101111 |
Color Harmonies of #B04176
Complementary color
Monochromatic Colors of #B04176
Black with #B04176
Text Example
Text Example
White with #B04176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04176; }
p { color: rgb(176,65,118); }
H1.HeaderClassName
{
color: #B04176;
}
.AnyTagClassName
{
color: #B04176;
}
</style>
background-color css
<style>
a { background-color: #B04176; }
a { background-color: rgb(176,65,118); }
div.DivClassName
{
background-color: #B04176;
}
.BgClassName
{
background-color: #B04176;
}
</style>
border-color css
<style>
span { border-color: #B04176; }
span { border-color: rgb(176,65,118); }
td.TdClassName
{
border-color: #B04176;
}
.TagClassName
{
border-color: #B04176;
}
</style>