Shades of Royal Heath #B04173
Tints of Royal Heath #B04173
RGB
CMYK
RGB Variations
Color information
#B04173 (or 0xB04173) is known color: Royal Heath. HEX triplet: B0, 41 and 73. RGB value is (176,65,115). Sum of RGB (Red+Green+Blue) = 176+65+115=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04173 is #4FBE8C. Grayscale: #676767. Windows color (decimal): -5226125 or 7553456. OLE color: 7553456.
HSL color Cylindrical-coordinate representation of color #B04173: hue angle of 332.97º 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 #B04173 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 115 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.31 |
| HSL | 332.97º | 0.46% | 0.47% | - |
| HSV(B) | 332.97º | 0.63% | 0.69% | - |
| XYZ | 22.89 | 14.25 | 17.76 | - |
| YUV | 103.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 115 | 0 | 0.63 | 0.35 | 0.31 | 332.97 | 0.46 | 0.47 |
| Hex | B0 | 41 | 73 | 0 | 3F | 23 | 1F | 14D | 2E | 2F |
| Octal | 260 | 101 | 163 | 0 | 77 | 43 | 37 | 515 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1110011 | 0 | 111111 | 100011 | 11111 | 101001101 | 101110 | 101111 |
Color Harmonies of #B04173
Complementary color
Monochromatic Colors of #B04173
Black with #B04173
Text Example
Text Example
White with #B04173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04173; }
p { color: rgb(176,65,115); }
H1.HeaderClassName
{
color: #B04173;
}
.AnyTagClassName
{
color: #B04173;
}
</style>
background-color css
<style>
a { background-color: #B04173; }
a { background-color: rgb(176,65,115); }
div.DivClassName
{
background-color: #B04173;
}
.BgClassName
{
background-color: #B04173;
}
</style>
border-color css
<style>
span { border-color: #B04173; }
span { border-color: rgb(176,65,115); }
td.TdClassName
{
border-color: #B04173;
}
.TagClassName
{
border-color: #B04173;
}
</style>