Shades of Royal Heath #B5426C
Tints of Royal Heath #B5426C
RGB
CMYK
RGB Variations
Color information
#B5426C (or 0xB5426C) is known color: Royal Heath. HEX triplet: B5, 42 and 6C. RGB value is (181,66,108). Sum of RGB (Red+Green+Blue) = 181+66+108=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5426C is #4ABD93. Grayscale: #696969. Windows color (decimal): -4898196 or 7094965. OLE color: 7094965.
HSL color Cylindrical-coordinate representation of color #B5426C: hue angle of 338.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5426C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 108 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.29 |
| HSL | 338.09º | 0.47% | 0.48% | - |
| HSV(B) | 338.09º | 0.64% | 0.71% | - |
| XYZ | 23.71 | 14.8 | 15.79 | - |
| YUV | 105.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 108 | 0 | 0.64 | 0.40 | 0.29 | 338.09 | 0.47 | 0.48 |
| Hex | B5 | 42 | 6C | 0 | 40 | 28 | 1D | 152 | 2F | 30 |
| Octal | 265 | 102 | 154 | 0 | 100 | 50 | 35 | 522 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1101100 | 0 | 1000000 | 101000 | 11101 | 101010010 | 101111 | 110000 |
Color Harmonies of #B5426C
Complementary color
Monochromatic Colors of #B5426C
Black with #B5426C
Text Example
Text Example
White with #B5426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5426C; }
p { color: rgb(181,66,108); }
H1.HeaderClassName
{
color: #B5426C;
}
.AnyTagClassName
{
color: #B5426C;
}
</style>
background-color css
<style>
a { background-color: #B5426C; }
a { background-color: rgb(181,66,108); }
div.DivClassName
{
background-color: #B5426C;
}
.BgClassName
{
background-color: #B5426C;
}
</style>
border-color css
<style>
span { border-color: #B5426C; }
span { border-color: rgb(181,66,108); }
td.TdClassName
{
border-color: #B5426C;
}
.TagClassName
{
border-color: #B5426C;
}
</style>