Shades of Royal Heath #B5476A
Tints of Royal Heath #B5476A
RGB
CMYK
RGB Variations
Color information
#B5476A (or 0xB5476A) is known color: Royal Heath. HEX triplet: B5, 47 and 6A. RGB value is (181,71,106). Sum of RGB (Red+Green+Blue) = 181+71+106=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5476A is #4AB895. Grayscale: #6B6B6B. Windows color (decimal): -4896918 or 6965173. OLE color: 6965173.
HSL color Cylindrical-coordinate representation of color #B5476A: hue angle of 340.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5476A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 106 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.29 |
| HSL | 340.91º | 0.44% | 0.49% | - |
| HSV(B) | 340.91º | 0.61% | 0.71% | - |
| XYZ | 23.91 | 15.37 | 15.34 | - |
| YUV | 107.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 106 | 0 | 0.61 | 0.41 | 0.29 | 340.91 | 0.44 | 0.49 |
| Hex | B5 | 47 | 6A | 0 | 3D | 29 | 1D | 155 | 2C | 31 |
| Octal | 265 | 107 | 152 | 0 | 75 | 51 | 35 | 525 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1101010 | 0 | 111101 | 101001 | 11101 | 101010101 | 101100 | 110001 |
Color Harmonies of #B5476A
Complementary color
Monochromatic Colors of #B5476A
Black with #B5476A
Text Example
Text Example
White with #B5476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5476A; }
p { color: rgb(181,71,106); }
H1.HeaderClassName
{
color: #B5476A;
}
.AnyTagClassName
{
color: #B5476A;
}
</style>
background-color css
<style>
a { background-color: #B5476A; }
a { background-color: rgb(181,71,106); }
div.DivClassName
{
background-color: #B5476A;
}
.BgClassName
{
background-color: #B5476A;
}
</style>
border-color css
<style>
span { border-color: #B5476A; }
span { border-color: rgb(181,71,106); }
td.TdClassName
{
border-color: #B5476A;
}
.TagClassName
{
border-color: #B5476A;
}
</style>