Shades of Royal Heath #B7446D
Tints of Royal Heath #B7446D
RGB
CMYK
RGB Variations
Color information
#B7446D (or 0xB7446D) is known color: Royal Heath. HEX triplet: B7, 44 and 6D. RGB value is (183,68,109). Sum of RGB (Red+Green+Blue) = 183+68+109=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7446D is #48BB92. Grayscale: #6B6B6B. Windows color (decimal): -4766611 or 7161015. OLE color: 7161015.
HSL color Cylindrical-coordinate representation of color #B7446D: hue angle of 338.61º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7446D is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 109 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.28 |
| HSL | 338.61º | 0.46% | 0.49% | - |
| HSV(B) | 338.61º | 0.63% | 0.72% | - |
| XYZ | 24.36 | 15.31 | 16.14 | - |
| YUV | 107.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 109 | 0 | 0.63 | 0.40 | 0.28 | 338.61 | 0.46 | 0.49 |
| Hex | B7 | 44 | 6D | 0 | 3F | 28 | 1C | 153 | 2E | 31 |
| Octal | 267 | 104 | 155 | 0 | 77 | 50 | 34 | 523 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1101101 | 0 | 111111 | 101000 | 11100 | 101010011 | 101110 | 110001 |
Color Harmonies of #B7446D
Complementary color
Monochromatic Colors of #B7446D
Black with #B7446D
Text Example
Text Example
White with #B7446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7446D; }
p { color: rgb(183,68,109); }
H1.HeaderClassName
{
color: #B7446D;
}
.AnyTagClassName
{
color: #B7446D;
}
</style>
background-color css
<style>
a { background-color: #B7446D; }
a { background-color: rgb(183,68,109); }
div.DivClassName
{
background-color: #B7446D;
}
.BgClassName
{
background-color: #B7446D;
}
</style>
border-color css
<style>
span { border-color: #B7446D; }
span { border-color: rgb(183,68,109); }
td.TdClassName
{
border-color: #B7446D;
}
.TagClassName
{
border-color: #B7446D;
}
</style>