Shades of Royal Heath #B14372
Tints of Royal Heath #B14372
RGB
CMYK
RGB Variations
Color information
#B14372 (or 0xB14372) is known color: Royal Heath. HEX triplet: B1, 43 and 72. RGB value is (177,67,114). Sum of RGB (Red+Green+Blue) = 177+67+114=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14372 is #4EBC8D. Grayscale: #696969. Windows color (decimal): -5160078 or 7488433. OLE color: 7488433.
HSL color Cylindrical-coordinate representation of color #B14372: hue angle of 334.36º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14372 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 114 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.31 |
| HSL | 334.36º | 0.45% | 0.48% | - |
| HSV(B) | 334.36º | 0.62% | 0.69% | - |
| XYZ | 23.18 | 14.58 | 17.51 | - |
| YUV | 105.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 114 | 0 | 0.62 | 0.36 | 0.31 | 334.36 | 0.45 | 0.48 |
| Hex | B1 | 43 | 72 | 0 | 3E | 24 | 1F | 14E | 2D | 30 |
| Octal | 261 | 103 | 162 | 0 | 76 | 44 | 37 | 516 | 55 | 60 |
| Binary | 10110001 | 1000011 | 1110010 | 0 | 111110 | 100100 | 11111 | 101001110 | 101101 | 110000 |
Color Harmonies of #B14372
Complementary color
Monochromatic Colors of #B14372
Black with #B14372
Text Example
Text Example
White with #B14372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14372; }
p { color: rgb(177,67,114); }
H1.HeaderClassName
{
color: #B14372;
}
.AnyTagClassName
{
color: #B14372;
}
</style>
background-color css
<style>
a { background-color: #B14372; }
a { background-color: rgb(177,67,114); }
div.DivClassName
{
background-color: #B14372;
}
.BgClassName
{
background-color: #B14372;
}
</style>
border-color css
<style>
span { border-color: #B14372; }
span { border-color: rgb(177,67,114); }
td.TdClassName
{
border-color: #B14372;
}
.TagClassName
{
border-color: #B14372;
}
</style>