Shades of Royal Heath #B7456E
Tints of Royal Heath #B7456E
RGB
CMYK
RGB Variations
Color information
#B7456E (or 0xB7456E) is known color: Royal Heath. HEX triplet: B7, 45 and 6E. RGB value is (183,69,110). Sum of RGB (Red+Green+Blue) = 183+69+110=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7456E is #48BA91. Grayscale: #6B6B6B. Windows color (decimal): -4766354 or 7226807. OLE color: 7226807.
HSL color Cylindrical-coordinate representation of color #B7456E: hue angle of 338.42º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7456E is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 110 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.28 |
| HSL | 338.42º | 0.45% | 0.49% | - |
| HSV(B) | 338.42º | 0.62% | 0.72% | - |
| XYZ | 24.47 | 15.45 | 16.44 | - |
| YUV | 107.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 110 | 0 | 0.62 | 0.40 | 0.28 | 338.42 | 0.45 | 0.49 |
| Hex | B7 | 45 | 6E | 0 | 3E | 28 | 1C | 152 | 2D | 31 |
| Octal | 267 | 105 | 156 | 0 | 76 | 50 | 34 | 522 | 55 | 61 |
| Binary | 10110111 | 1000101 | 1101110 | 0 | 111110 | 101000 | 11100 | 101010010 | 101101 | 110001 |
Color Harmonies of #B7456E
Complementary color
Monochromatic Colors of #B7456E
Black with #B7456E
Text Example
Text Example
White with #B7456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7456E; }
p { color: rgb(183,69,110); }
H1.HeaderClassName
{
color: #B7456E;
}
.AnyTagClassName
{
color: #B7456E;
}
</style>
background-color css
<style>
a { background-color: #B7456E; }
a { background-color: rgb(183,69,110); }
div.DivClassName
{
background-color: #B7456E;
}
.BgClassName
{
background-color: #B7456E;
}
</style>
border-color css
<style>
span { border-color: #B7456E; }
span { border-color: rgb(183,69,110); }
td.TdClassName
{
border-color: #B7456E;
}
.TagClassName
{
border-color: #B7456E;
}
</style>