Shades of Royal Heath #B7446A
Tints of Royal Heath #B7446A
RGB
CMYK
RGB Variations
Color information
#B7446A (or 0xB7446A) is known color: Royal Heath. HEX triplet: B7, 44 and 6A. RGB value is (183,68,106). Sum of RGB (Red+Green+Blue) = 183+68+106=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7446A is #48BB95. Grayscale: #6A6A6A. Windows color (decimal): -4766614 or 6964407. OLE color: 6964407.
HSL color Cylindrical-coordinate representation of color #B7446A: hue angle of 340.17º 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 #B7446A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 106 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.28 |
| HSL | 340.17º | 0.46% | 0.49% | - |
| HSV(B) | 340.17º | 0.63% | 0.72% | - |
| XYZ | 24.2 | 15.24 | 15.3 | - |
| YUV | 106.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 106 | 0 | 0.63 | 0.42 | 0.28 | 340.17 | 0.46 | 0.49 |
| Hex | B7 | 44 | 6A | 0 | 3F | 2A | 1C | 154 | 2E | 31 |
| Octal | 267 | 104 | 152 | 0 | 77 | 52 | 34 | 524 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1101010 | 0 | 111111 | 101010 | 11100 | 101010100 | 101110 | 110001 |
Color Harmonies of #B7446A
Complementary color
Monochromatic Colors of #B7446A
Black with #B7446A
Text Example
Text Example
White with #B7446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7446A; }
p { color: rgb(183,68,106); }
H1.HeaderClassName
{
color: #B7446A;
}
.AnyTagClassName
{
color: #B7446A;
}
</style>
background-color css
<style>
a { background-color: #B7446A; }
a { background-color: rgb(183,68,106); }
div.DivClassName
{
background-color: #B7446A;
}
.BgClassName
{
background-color: #B7446A;
}
</style>
border-color css
<style>
span { border-color: #B7446A; }
span { border-color: rgb(183,68,106); }
td.TdClassName
{
border-color: #B7446A;
}
.TagClassName
{
border-color: #B7446A;
}
</style>