Shades of Royal Heath #B7527B
Tints of Royal Heath #B7527B
RGB
CMYK
RGB Variations
Color information
#B7527B (or 0xB7527B) is known color: Royal Heath. HEX triplet: B7, 52 and 7B. RGB value is (183,82,123). Sum of RGB (Red+Green+Blue) = 183+82+123=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7527B is #48AD84. Grayscale: #747474. Windows color (decimal): -4763013 or 8082103. OLE color: 8082103.
HSL color Cylindrical-coordinate representation of color #B7527B: hue angle of 335.64º 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 #B7527B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 123 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.28 |
| HSL | 335.64º | 0.41% | 0.52% | - |
| HSV(B) | 335.64º | 0.55% | 0.72% | - |
| XYZ | 26.12 | 17.53 | 20.75 | - |
| YUV | 116.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 123 | 0 | 0.55 | 0.33 | 0.28 | 335.64 | 0.41 | 0.52 |
| Hex | B7 | 52 | 7B | 0 | 37 | 21 | 1C | 150 | 29 | 34 |
| Octal | 267 | 122 | 173 | 0 | 67 | 41 | 34 | 520 | 51 | 64 |
| Binary | 10110111 | 1010010 | 1111011 | 0 | 110111 | 100001 | 11100 | 101010000 | 101001 | 110100 |
Color Harmonies of #B7527B
Complementary color
Monochromatic Colors of #B7527B
Black with #B7527B
Text Example
Text Example
White with #B7527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7527B; }
p { color: rgb(183,82,123); }
H1.HeaderClassName
{
color: #B7527B;
}
.AnyTagClassName
{
color: #B7527B;
}
</style>
background-color css
<style>
a { background-color: #B7527B; }
a { background-color: rgb(183,82,123); }
div.DivClassName
{
background-color: #B7527B;
}
.BgClassName
{
background-color: #B7527B;
}
</style>
border-color css
<style>
span { border-color: #B7527B; }
span { border-color: rgb(183,82,123); }
td.TdClassName
{
border-color: #B7527B;
}
.TagClassName
{
border-color: #B7527B;
}
</style>