Shades of Royal Heath #B5446D
Tints of Royal Heath #B5446D
RGB
CMYK
RGB Variations
Color information
#B5446D (or 0xB5446D) is known color: Royal Heath. HEX triplet: B5, 44 and 6D. RGB value is (181,68,109). Sum of RGB (Red+Green+Blue) = 181+68+109=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5446D is #4ABB92. Grayscale: #6A6A6A. Windows color (decimal): -4897683 or 7161013. OLE color: 7161013.
HSL color Cylindrical-coordinate representation of color #B5446D: hue angle of 338.23º 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 #B5446D is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 109 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.29 |
| HSL | 338.23º | 0.45% | 0.49% | - |
| HSV(B) | 338.23º | 0.62% | 0.71% | - |
| XYZ | 23.88 | 15.06 | 16.12 | - |
| YUV | 106.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 109 | 0 | 0.62 | 0.40 | 0.29 | 338.23 | 0.45 | 0.49 |
| Hex | B5 | 44 | 6D | 0 | 3E | 28 | 1D | 152 | 2D | 31 |
| Octal | 265 | 104 | 155 | 0 | 76 | 50 | 35 | 522 | 55 | 61 |
| Binary | 10110101 | 1000100 | 1101101 | 0 | 111110 | 101000 | 11101 | 101010010 | 101101 | 110001 |
Color Harmonies of #B5446D
Complementary color
Monochromatic Colors of #B5446D
Black with #B5446D
Text Example
Text Example
White with #B5446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5446D; }
p { color: rgb(181,68,109); }
H1.HeaderClassName
{
color: #B5446D;
}
.AnyTagClassName
{
color: #B5446D;
}
</style>
background-color css
<style>
a { background-color: #B5446D; }
a { background-color: rgb(181,68,109); }
div.DivClassName
{
background-color: #B5446D;
}
.BgClassName
{
background-color: #B5446D;
}
</style>
border-color css
<style>
span { border-color: #B5446D; }
span { border-color: rgb(181,68,109); }
td.TdClassName
{
border-color: #B5446D;
}
.TagClassName
{
border-color: #B5446D;
}
</style>