Shades of Royal Heath #B7446C
Tints of Royal Heath #B7446C
RGB
CMYK
RGB Variations
Color information
#B7446C (or 0xB7446C) is known color: Royal Heath. HEX triplet: B7, 44 and 6C. RGB value is (183,68,108). Sum of RGB (Red+Green+Blue) = 183+68+108=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7446C is #48BB93. Grayscale: #6A6A6A. Windows color (decimal): -4766612 or 7095479. OLE color: 7095479.
HSL color Cylindrical-coordinate representation of color #B7446C: hue angle of 339.13º 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 #B7446C is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 108 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.28 |
| HSL | 339.13º | 0.46% | 0.49% | - |
| HSV(B) | 339.13º | 0.63% | 0.72% | - |
| XYZ | 24.3 | 15.28 | 15.86 | - |
| YUV | 106.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 108 | 0 | 0.63 | 0.41 | 0.28 | 339.13 | 0.46 | 0.49 |
| Hex | B7 | 44 | 6C | 0 | 3F | 29 | 1C | 153 | 2E | 31 |
| Octal | 267 | 104 | 154 | 0 | 77 | 51 | 34 | 523 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1101100 | 0 | 111111 | 101001 | 11100 | 101010011 | 101110 | 110001 |
Color Harmonies of #B7446C
Complementary color
Monochromatic Colors of #B7446C
Black with #B7446C
Text Example
Text Example
White with #B7446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7446C; }
p { color: rgb(183,68,108); }
H1.HeaderClassName
{
color: #B7446C;
}
.AnyTagClassName
{
color: #B7446C;
}
</style>
background-color css
<style>
a { background-color: #B7446C; }
a { background-color: rgb(183,68,108); }
div.DivClassName
{
background-color: #B7446C;
}
.BgClassName
{
background-color: #B7446C;
}
</style>
border-color css
<style>
span { border-color: #B7446C; }
span { border-color: rgb(183,68,108); }
td.TdClassName
{
border-color: #B7446C;
}
.TagClassName
{
border-color: #B7446C;
}
</style>