Shades of Royal Heath #B14170
Tints of Royal Heath #B14170
RGB
CMYK
RGB Variations
Color information
#B14170 (or 0xB14170) is known color: Royal Heath. HEX triplet: B1, 41 and 70. RGB value is (177,65,112). Sum of RGB (Red+Green+Blue) = 177+65+112=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B14170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14170 is #4EBE8F. Grayscale: #676767. Windows color (decimal): -5160592 or 7356849. OLE color: 7356849.
HSL color Cylindrical-coordinate representation of color #B14170: hue angle of 334.82º 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 #B14170 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 112 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.31 |
| HSL | 334.82º | 0.46% | 0.47% | - |
| HSV(B) | 334.82º | 0.63% | 0.69% | - |
| XYZ | 22.95 | 14.3 | 16.88 | - |
| YUV | 103.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 112 | 0 | 0.63 | 0.37 | 0.31 | 334.82 | 0.46 | 0.47 |
| Hex | B1 | 41 | 70 | 0 | 3F | 25 | 1F | 14F | 2E | 2F |
| Octal | 261 | 101 | 160 | 0 | 77 | 45 | 37 | 517 | 56 | 57 |
| Binary | 10110001 | 1000001 | 1110000 | 0 | 111111 | 100101 | 11111 | 101001111 | 101110 | 101111 |
Color Harmonies of #B14170
Complementary color
Monochromatic Colors of #B14170
Black with #B14170
Text Example
Text Example
White with #B14170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14170; }
p { color: rgb(177,65,112); }
H1.HeaderClassName
{
color: #B14170;
}
.AnyTagClassName
{
color: #B14170;
}
</style>
background-color css
<style>
a { background-color: #B14170; }
a { background-color: rgb(177,65,112); }
div.DivClassName
{
background-color: #B14170;
}
.BgClassName
{
background-color: #B14170;
}
</style>
border-color css
<style>
span { border-color: #B14170; }
span { border-color: rgb(177,65,112); }
td.TdClassName
{
border-color: #B14170;
}
.TagClassName
{
border-color: #B14170;
}
</style>