Shades of Royal Heath #BB486B
Tints of Royal Heath #BB486B
RGB
CMYK
RGB Variations
Color information
#BB486B (or 0xBB486B) is known color: Royal Heath. HEX triplet: BB, 48 and 6B. RGB value is (187,72,107). Sum of RGB (Red+Green+Blue) = 187+72+107=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB486B is #44B794. Grayscale: #6E6E6E. Windows color (decimal): -4503445 or 7030971. OLE color: 7030971.
HSL color Cylindrical-coordinate representation of color #BB486B: hue angle of 341.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB486B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 107 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.27 |
| HSL | 341.74º | 0.46% | 0.51% | - |
| HSV(B) | 341.74º | 0.61% | 0.73% | - |
| XYZ | 25.46 | 16.26 | 15.71 | - |
| YUV | 110.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 107 | 0 | 0.61 | 0.43 | 0.27 | 341.74 | 0.46 | 0.51 |
| Hex | BB | 48 | 6B | 0 | 3D | 2B | 1B | 156 | 2E | 33 |
| Octal | 273 | 110 | 153 | 0 | 75 | 53 | 33 | 526 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1101011 | 0 | 111101 | 101011 | 11011 | 101010110 | 101110 | 110011 |
Color Harmonies of #BB486B
Complementary color
Monochromatic Colors of #BB486B
Black with #BB486B
Text Example
Text Example
White with #BB486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB486B; }
p { color: rgb(187,72,107); }
H1.HeaderClassName
{
color: #BB486B;
}
.AnyTagClassName
{
color: #BB486B;
}
</style>
background-color css
<style>
a { background-color: #BB486B; }
a { background-color: rgb(187,72,107); }
div.DivClassName
{
background-color: #BB486B;
}
.BgClassName
{
background-color: #BB486B;
}
</style>
border-color css
<style>
span { border-color: #BB486B; }
span { border-color: rgb(187,72,107); }
td.TdClassName
{
border-color: #BB486B;
}
.TagClassName
{
border-color: #BB486B;
}
</style>