Shades of Royal Heath #BB537C
Tints of Royal Heath #BB537C
RGB
CMYK
RGB Variations
Color information
#BB537C (or 0xBB537C) is known color: Royal Heath. HEX triplet: BB, 53 and 7C. RGB value is (187,83,124). Sum of RGB (Red+Green+Blue) = 187+83+124=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB537C is #44AC83. Grayscale: #767676. Windows color (decimal): -4500612 or 8147899. OLE color: 8147899.
HSL color Cylindrical-coordinate representation of color #BB537C: hue angle of 336.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB537C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 124 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.27 |
| HSL | 336.35º | 0.43% | 0.53% | - |
| HSV(B) | 336.35º | 0.56% | 0.73% | - |
| XYZ | 27.22 | 18.21 | 21.15 | - |
| YUV | 118.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 124 | 0 | 0.56 | 0.34 | 0.27 | 336.35 | 0.43 | 0.53 |
| Hex | BB | 53 | 7C | 0 | 38 | 22 | 1B | 150 | 2B | 35 |
| Octal | 273 | 123 | 174 | 0 | 70 | 42 | 33 | 520 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1111100 | 0 | 111000 | 100010 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BB537C
Complementary color
Monochromatic Colors of #BB537C
Black with #BB537C
Text Example
Text Example
White with #BB537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB537C; }
p { color: rgb(187,83,124); }
H1.HeaderClassName
{
color: #BB537C;
}
.AnyTagClassName
{
color: #BB537C;
}
</style>
background-color css
<style>
a { background-color: #BB537C; }
a { background-color: rgb(187,83,124); }
div.DivClassName
{
background-color: #BB537C;
}
.BgClassName
{
background-color: #BB537C;
}
</style>
border-color css
<style>
span { border-color: #BB537C; }
span { border-color: rgb(187,83,124); }
td.TdClassName
{
border-color: #BB537C;
}
.TagClassName
{
border-color: #BB537C;
}
</style>