Shades of Royal Heath #BB466A
Tints of Royal Heath #BB466A
RGB
CMYK
RGB Variations
Color information
#BB466A (or 0xBB466A) is known color: Royal Heath. HEX triplet: BB, 46 and 6A. RGB value is (187,70,106). Sum of RGB (Red+Green+Blue) = 187+70+106=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB466A is #44B995. Grayscale: #6D6D6D. Windows color (decimal): -4503958 or 6964923. OLE color: 6964923.
HSL color Cylindrical-coordinate representation of color #BB466A: hue angle of 341.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB466A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 106 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.27 |
| HSL | 341.54º | 0.46% | 0.5% | - |
| HSV(B) | 341.54º | 0.63% | 0.73% | - |
| XYZ | 25.29 | 15.99 | 15.39 | - |
| YUV | 109.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 106 | 0 | 0.63 | 0.43 | 0.27 | 341.54 | 0.46 | 0.5 |
| Hex | BB | 46 | 6A | 0 | 3F | 2B | 1B | 156 | 2E | 32 |
| Octal | 273 | 106 | 152 | 0 | 77 | 53 | 33 | 526 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1101010 | 0 | 111111 | 101011 | 11011 | 101010110 | 101110 | 110010 |
Color Harmonies of #BB466A
Complementary color
Monochromatic Colors of #BB466A
Black with #BB466A
Text Example
Text Example
White with #BB466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB466A; }
p { color: rgb(187,70,106); }
H1.HeaderClassName
{
color: #BB466A;
}
.AnyTagClassName
{
color: #BB466A;
}
</style>
background-color css
<style>
a { background-color: #BB466A; }
a { background-color: rgb(187,70,106); }
div.DivClassName
{
background-color: #BB466A;
}
.BgClassName
{
background-color: #BB466A;
}
</style>
border-color css
<style>
span { border-color: #BB466A; }
span { border-color: rgb(187,70,106); }
td.TdClassName
{
border-color: #BB466A;
}
.TagClassName
{
border-color: #BB466A;
}
</style>