Shades of Royal Heath #B14175
Tints of Royal Heath #B14175
RGB
CMYK
RGB Variations
Color information
#B14175 (or 0xB14175) is known color: Royal Heath. HEX triplet: B1, 41 and 75. RGB value is (177,65,117). Sum of RGB (Red+Green+Blue) = 177+65+117=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B14175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14175 is #4EBE8A. Grayscale: #686868. Windows color (decimal): -5160587 or 7684529. OLE color: 7684529.
HSL color Cylindrical-coordinate representation of color #B14175: hue angle of 332.14º 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 #B14175 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 117 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.31 |
| HSL | 332.14º | 0.46% | 0.47% | - |
| HSV(B) | 332.14º | 0.63% | 0.69% | - |
| XYZ | 23.23 | 14.41 | 18.39 | - |
| YUV | 104.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 117 | 0 | 0.63 | 0.34 | 0.31 | 332.14 | 0.46 | 0.47 |
| Hex | B1 | 41 | 75 | 0 | 3F | 22 | 1F | 14C | 2E | 2F |
| Octal | 261 | 101 | 165 | 0 | 77 | 42 | 37 | 514 | 56 | 57 |
| Binary | 10110001 | 1000001 | 1110101 | 0 | 111111 | 100010 | 11111 | 101001100 | 101110 | 101111 |
Color Harmonies of #B14175
Complementary color
Monochromatic Colors of #B14175
Black with #B14175
Text Example
Text Example
White with #B14175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14175; }
p { color: rgb(177,65,117); }
H1.HeaderClassName
{
color: #B14175;
}
.AnyTagClassName
{
color: #B14175;
}
</style>
background-color css
<style>
a { background-color: #B14175; }
a { background-color: rgb(177,65,117); }
div.DivClassName
{
background-color: #B14175;
}
.BgClassName
{
background-color: #B14175;
}
</style>
border-color css
<style>
span { border-color: #B14175; }
span { border-color: rgb(177,65,117); }
td.TdClassName
{
border-color: #B14175;
}
.TagClassName
{
border-color: #B14175;
}
</style>