Shades of Royal Heath #B04273
Tints of Royal Heath #B04273
RGB
CMYK
RGB Variations
Color information
#B04273 (or 0xB04273) is known color: Royal Heath. HEX triplet: B0, 42 and 73. RGB value is (176,66,115). Sum of RGB (Red+Green+Blue) = 176+66+115=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B04273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04273 is #4FBD8C. Grayscale: #686868. Windows color (decimal): -5225869 or 7553712. OLE color: 7553712.
HSL color Cylindrical-coordinate representation of color #B04273: hue angle of 333.27º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04273 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 115 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.31 |
| HSL | 333.27º | 0.45% | 0.47% | - |
| HSV(B) | 333.27º | 0.63% | 0.69% | - |
| XYZ | 22.95 | 14.36 | 17.78 | - |
| YUV | 104.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 115 | 0 | 0.62 | 0.35 | 0.31 | 333.27 | 0.45 | 0.47 |
| Hex | B0 | 42 | 73 | 0 | 3E | 23 | 1F | 14D | 2D | 2F |
| Octal | 260 | 102 | 163 | 0 | 76 | 43 | 37 | 515 | 55 | 57 |
| Binary | 10110000 | 1000010 | 1110011 | 0 | 111110 | 100011 | 11111 | 101001101 | 101101 | 101111 |
Color Harmonies of #B04273
Complementary color
Monochromatic Colors of #B04273
Black with #B04273
Text Example
Text Example
White with #B04273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04273; }
p { color: rgb(176,66,115); }
H1.HeaderClassName
{
color: #B04273;
}
.AnyTagClassName
{
color: #B04273;
}
</style>
background-color css
<style>
a { background-color: #B04273; }
a { background-color: rgb(176,66,115); }
div.DivClassName
{
background-color: #B04273;
}
.BgClassName
{
background-color: #B04273;
}
</style>
border-color css
<style>
span { border-color: #B04273; }
span { border-color: rgb(176,66,115); }
td.TdClassName
{
border-color: #B04273;
}
.TagClassName
{
border-color: #B04273;
}
</style>