Shades of Royal Heath #B7537B
Tints of Royal Heath #B7537B
RGB
CMYK
RGB Variations
Color information
#B7537B (or 0xB7537B) is known color: Royal Heath. HEX triplet: B7, 53 and 7B. RGB value is (183,83,123). Sum of RGB (Red+Green+Blue) = 183+83+123=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7537B is #48AC84. Grayscale: #757575. Windows color (decimal): -4762757 or 8082359. OLE color: 8082359.
HSL color Cylindrical-coordinate representation of color #B7537B: hue angle of 336º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7537B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 123 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.28 |
| HSL | 336º | 0.41% | 0.52% | - |
| HSV(B) | 336º | 0.55% | 0.72% | - |
| XYZ | 26.2 | 17.68 | 20.77 | - |
| YUV | 117.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 123 | 0 | 0.55 | 0.33 | 0.28 | 336 | 0.41 | 0.52 |
| Hex | B7 | 53 | 7B | 0 | 37 | 21 | 1C | 150 | 29 | 34 |
| Octal | 267 | 123 | 173 | 0 | 67 | 41 | 34 | 520 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1111011 | 0 | 110111 | 100001 | 11100 | 101010000 | 101001 | 110100 |
Color Harmonies of #B7537B
Complementary color
Monochromatic Colors of #B7537B
Black with #B7537B
Text Example
Text Example
White with #B7537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7537B; }
p { color: rgb(183,83,123); }
H1.HeaderClassName
{
color: #B7537B;
}
.AnyTagClassName
{
color: #B7537B;
}
</style>
background-color css
<style>
a { background-color: #B7537B; }
a { background-color: rgb(183,83,123); }
div.DivClassName
{
background-color: #B7537B;
}
.BgClassName
{
background-color: #B7537B;
}
</style>
border-color css
<style>
span { border-color: #B7537B; }
span { border-color: rgb(183,83,123); }
td.TdClassName
{
border-color: #B7537B;
}
.TagClassName
{
border-color: #B7537B;
}
</style>