Shades of Royal Heath #B14E75
Tints of Royal Heath #B14E75
RGB
CMYK
RGB Variations
Color information
#B14E75 (or 0xB14E75) is known color: Royal Heath. HEX triplet: B1, 4E and 75. RGB value is (177,78,117). Sum of RGB (Red+Green+Blue) = 177+78+117=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E75 is #4EB18A. Grayscale: #6F6F6F. Windows color (decimal): -5157259 or 7687857. OLE color: 7687857.
HSL color Cylindrical-coordinate representation of color #B14E75: hue angle of 336.36º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E75 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 117 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.31 |
| HSL | 336.36º | 0.39% | 0.5% | - |
| HSV(B) | 336.36º | 0.56% | 0.69% | - |
| XYZ | 24.07 | 16.08 | 18.66 | - |
| YUV | 112.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 117 | 0 | 0.56 | 0.34 | 0.31 | 336.36 | 0.39 | 0.5 |
| Hex | B1 | 4E | 75 | 0 | 38 | 22 | 1F | 150 | 27 | 32 |
| Octal | 261 | 116 | 165 | 0 | 70 | 42 | 37 | 520 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1110101 | 0 | 111000 | 100010 | 11111 | 101010000 | 100111 | 110010 |
Color Harmonies of #B14E75
Complementary color
Monochromatic Colors of #B14E75
Black with #B14E75
Text Example
Text Example
White with #B14E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E75; }
p { color: rgb(177,78,117); }
H1.HeaderClassName
{
color: #B14E75;
}
.AnyTagClassName
{
color: #B14E75;
}
</style>
background-color css
<style>
a { background-color: #B14E75; }
a { background-color: rgb(177,78,117); }
div.DivClassName
{
background-color: #B14E75;
}
.BgClassName
{
background-color: #B14E75;
}
</style>
border-color css
<style>
span { border-color: #B14E75; }
span { border-color: rgb(177,78,117); }
td.TdClassName
{
border-color: #B14E75;
}
.TagClassName
{
border-color: #B14E75;
}
</style>