Shades of Royal Heath #B5446A
Tints of Royal Heath #B5446A
RGB
CMYK
RGB Variations
Color information
#B5446A (or 0xB5446A) is known color: Royal Heath. HEX triplet: B5, 44 and 6A. RGB value is (181,68,106). Sum of RGB (Red+Green+Blue) = 181+68+106=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5446A is #4ABB95. Grayscale: #6A6A6A. Windows color (decimal): -4897686 or 6964405. OLE color: 6964405.
HSL color Cylindrical-coordinate representation of color #B5446A: hue angle of 339.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5446A is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 106 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.29 |
| HSL | 339.82º | 0.45% | 0.49% | - |
| HSV(B) | 339.82º | 0.62% | 0.71% | - |
| XYZ | 23.72 | 15 | 15.28 | - |
| YUV | 106.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 106 | 0 | 0.62 | 0.41 | 0.29 | 339.82 | 0.45 | 0.49 |
| Hex | B5 | 44 | 6A | 0 | 3E | 29 | 1D | 154 | 2D | 31 |
| Octal | 265 | 104 | 152 | 0 | 76 | 51 | 35 | 524 | 55 | 61 |
| Binary | 10110101 | 1000100 | 1101010 | 0 | 111110 | 101001 | 11101 | 101010100 | 101101 | 110001 |
Color Harmonies of #B5446A
Complementary color
Monochromatic Colors of #B5446A
Black with #B5446A
Text Example
Text Example
White with #B5446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5446A; }
p { color: rgb(181,68,106); }
H1.HeaderClassName
{
color: #B5446A;
}
.AnyTagClassName
{
color: #B5446A;
}
</style>
background-color css
<style>
a { background-color: #B5446A; }
a { background-color: rgb(181,68,106); }
div.DivClassName
{
background-color: #B5446A;
}
.BgClassName
{
background-color: #B5446A;
}
</style>
border-color css
<style>
span { border-color: #B5446A; }
span { border-color: rgb(181,68,106); }
td.TdClassName
{
border-color: #B5446A;
}
.TagClassName
{
border-color: #B5446A;
}
</style>