Shades of Royal Heath #BB567B
Tints of Royal Heath #BB567B
RGB
CMYK
RGB Variations
Color information
#BB567B (or 0xBB567B) is known color: Royal Heath. HEX triplet: BB, 56 and 7B. RGB value is (187,86,123). Sum of RGB (Red+Green+Blue) = 187+86+123=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB567B is #44A984. Grayscale: #787878. Windows color (decimal): -4499845 or 8083131. OLE color: 8083131.
HSL color Cylindrical-coordinate representation of color #BB567B: hue angle of 338.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB567B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 123 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.27 |
| HSL | 338.02º | 0.43% | 0.54% | - |
| HSV(B) | 338.02º | 0.54% | 0.73% | - |
| XYZ | 27.4 | 18.65 | 20.89 | - |
| YUV | 120.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 123 | 0 | 0.54 | 0.34 | 0.27 | 338.02 | 0.43 | 0.54 |
| Hex | BB | 56 | 7B | 0 | 36 | 22 | 1B | 152 | 2B | 36 |
| Octal | 273 | 126 | 173 | 0 | 66 | 42 | 33 | 522 | 53 | 66 |
| Binary | 10111011 | 1010110 | 1111011 | 0 | 110110 | 100010 | 11011 | 101010010 | 101011 | 110110 |
Color Harmonies of #BB567B
Complementary color
Monochromatic Colors of #BB567B
Black with #BB567B
Text Example
Text Example
White with #BB567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB567B; }
p { color: rgb(187,86,123); }
H1.HeaderClassName
{
color: #BB567B;
}
.AnyTagClassName
{
color: #BB567B;
}
</style>
background-color css
<style>
a { background-color: #BB567B; }
a { background-color: rgb(187,86,123); }
div.DivClassName
{
background-color: #BB567B;
}
.BgClassName
{
background-color: #BB567B;
}
</style>
border-color css
<style>
span { border-color: #BB567B; }
span { border-color: rgb(187,86,123); }
td.TdClassName
{
border-color: #BB567B;
}
.TagClassName
{
border-color: #BB567B;
}
</style>