Shades of Royal Heath #B14575
Tints of Royal Heath #B14575
RGB
CMYK
RGB Variations
Color information
#B14575 (or 0xB14575) is known color: Royal Heath. HEX triplet: B1, 45 and 75. RGB value is (177,69,117). Sum of RGB (Red+Green+Blue) = 177+69+117=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14575 is #4EBA8A. Grayscale: #6A6A6A. Windows color (decimal): -5159563 or 7685553. OLE color: 7685553.
HSL color Cylindrical-coordinate representation of color #B14575: hue angle of 333.33º 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 #B14575 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 117 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.31 |
| HSL | 333.33º | 0.44% | 0.48% | - |
| HSV(B) | 333.33º | 0.61% | 0.69% | - |
| XYZ | 23.47 | 14.89 | 18.47 | - |
| YUV | 106.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 117 | 0 | 0.61 | 0.34 | 0.31 | 333.33 | 0.44 | 0.48 |
| Hex | B1 | 45 | 75 | 0 | 3D | 22 | 1F | 14D | 2C | 30 |
| Octal | 261 | 105 | 165 | 0 | 75 | 42 | 37 | 515 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1110101 | 0 | 111101 | 100010 | 11111 | 101001101 | 101100 | 110000 |
Color Harmonies of #B14575
Complementary color
Monochromatic Colors of #B14575
Black with #B14575
Text Example
Text Example
White with #B14575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14575; }
p { color: rgb(177,69,117); }
H1.HeaderClassName
{
color: #B14575;
}
.AnyTagClassName
{
color: #B14575;
}
</style>
background-color css
<style>
a { background-color: #B14575; }
a { background-color: rgb(177,69,117); }
div.DivClassName
{
background-color: #B14575;
}
.BgClassName
{
background-color: #B14575;
}
</style>
border-color css
<style>
span { border-color: #B14575; }
span { border-color: rgb(177,69,117); }
td.TdClassName
{
border-color: #B14575;
}
.TagClassName
{
border-color: #B14575;
}
</style>