Shades of Royal Heath #B14572
Tints of Royal Heath #B14572
RGB
CMYK
RGB Variations
Color information
#B14572 (or 0xB14572) is known color: Royal Heath. HEX triplet: B1, 45 and 72. RGB value is (177,69,114). Sum of RGB (Red+Green+Blue) = 177+69+114=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B14572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14572 is #4EBA8D. Grayscale: #6A6A6A. Windows color (decimal): -5159566 or 7488945. OLE color: 7488945.
HSL color Cylindrical-coordinate representation of color #B14572: hue angle of 335º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14572 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 114 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.31 |
| HSL | 335º | 0.44% | 0.48% | - |
| HSV(B) | 335º | 0.61% | 0.69% | - |
| XYZ | 23.3 | 14.82 | 17.55 | - |
| YUV | 106.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 114 | 0 | 0.61 | 0.36 | 0.31 | 335 | 0.44 | 0.48 |
| Hex | B1 | 45 | 72 | 0 | 3D | 24 | 1F | 14F | 2C | 30 |
| Octal | 261 | 105 | 162 | 0 | 75 | 44 | 37 | 517 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1110010 | 0 | 111101 | 100100 | 11111 | 101001111 | 101100 | 110000 |
Color Harmonies of #B14572
Complementary color
Monochromatic Colors of #B14572
Black with #B14572
Text Example
Text Example
White with #B14572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14572; }
p { color: rgb(177,69,114); }
H1.HeaderClassName
{
color: #B14572;
}
.AnyTagClassName
{
color: #B14572;
}
</style>
background-color css
<style>
a { background-color: #B14572; }
a { background-color: rgb(177,69,114); }
div.DivClassName
{
background-color: #B14572;
}
.BgClassName
{
background-color: #B14572;
}
</style>
border-color css
<style>
span { border-color: #B14572; }
span { border-color: rgb(177,69,114); }
td.TdClassName
{
border-color: #B14572;
}
.TagClassName
{
border-color: #B14572;
}
</style>