Shades of Royal Heath #B5446B
Tints of Royal Heath #B5446B
RGB
CMYK
RGB Variations
Color information
#B5446B (or 0xB5446B) is known color: Royal Heath. HEX triplet: B5, 44 and 6B. RGB value is (181,68,107). Sum of RGB (Red+Green+Blue) = 181+68+107=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5446B is #4ABB94. Grayscale: #6A6A6A. Windows color (decimal): -4897685 or 7029941. OLE color: 7029941.
HSL color Cylindrical-coordinate representation of color #B5446B: hue angle of 339.29º 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 #B5446B is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 107 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.29 |
| HSL | 339.29º | 0.45% | 0.49% | - |
| HSV(B) | 339.29º | 0.62% | 0.71% | - |
| XYZ | 23.78 | 15.02 | 15.56 | - |
| YUV | 106.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 107 | 0 | 0.62 | 0.41 | 0.29 | 339.29 | 0.45 | 0.49 |
| Hex | B5 | 44 | 6B | 0 | 3E | 29 | 1D | 153 | 2D | 31 |
| Octal | 265 | 104 | 153 | 0 | 76 | 51 | 35 | 523 | 55 | 61 |
| Binary | 10110101 | 1000100 | 1101011 | 0 | 111110 | 101001 | 11101 | 101010011 | 101101 | 110001 |
Color Harmonies of #B5446B
Complementary color
Monochromatic Colors of #B5446B
Black with #B5446B
Text Example
Text Example
White with #B5446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5446B; }
p { color: rgb(181,68,107); }
H1.HeaderClassName
{
color: #B5446B;
}
.AnyTagClassName
{
color: #B5446B;
}
</style>
background-color css
<style>
a { background-color: #B5446B; }
a { background-color: rgb(181,68,107); }
div.DivClassName
{
background-color: #B5446B;
}
.BgClassName
{
background-color: #B5446B;
}
</style>
border-color css
<style>
span { border-color: #B5446B; }
span { border-color: rgb(181,68,107); }
td.TdClassName
{
border-color: #B5446B;
}
.TagClassName
{
border-color: #B5446B;
}
</style>