Shades of Royal Heath #B04175
Tints of Royal Heath #B04175
RGB
CMYK
RGB Variations
Color information
#B04175 (or 0xB04175) is known color: Royal Heath. HEX triplet: B0, 41 and 75. RGB value is (176,65,117). Sum of RGB (Red+Green+Blue) = 176+65+117=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B04175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04175 is #4FBE8A. Grayscale: #686868. Windows color (decimal): -5226123 or 7684528. OLE color: 7684528.
HSL color Cylindrical-coordinate representation of color #B04175: hue angle of 331.89º 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 #B04175 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 117 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.31 |
| HSL | 331.89º | 0.46% | 0.47% | - |
| HSV(B) | 331.89º | 0.63% | 0.69% | - |
| XYZ | 23.01 | 14.3 | 18.38 | - |
| YUV | 104.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 117 | 0 | 0.63 | 0.34 | 0.31 | 331.89 | 0.46 | 0.47 |
| Hex | B0 | 41 | 75 | 0 | 3F | 22 | 1F | 14C | 2E | 2F |
| Octal | 260 | 101 | 165 | 0 | 77 | 42 | 37 | 514 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1110101 | 0 | 111111 | 100010 | 11111 | 101001100 | 101110 | 101111 |
Color Harmonies of #B04175
Complementary color
Monochromatic Colors of #B04175
Black with #B04175
Text Example
Text Example
White with #B04175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04175; }
p { color: rgb(176,65,117); }
H1.HeaderClassName
{
color: #B04175;
}
.AnyTagClassName
{
color: #B04175;
}
</style>
background-color css
<style>
a { background-color: #B04175; }
a { background-color: rgb(176,65,117); }
div.DivClassName
{
background-color: #B04175;
}
.BgClassName
{
background-color: #B04175;
}
</style>
border-color css
<style>
span { border-color: #B04175; }
span { border-color: rgb(176,65,117); }
td.TdClassName
{
border-color: #B04175;
}
.TagClassName
{
border-color: #B04175;
}
</style>