Shades of La Rioja #BBB112
Tints of La Rioja #BBB112
RGB
CMYK
RGB Variations
Color information
#BBB112 (or 0xBBB112) is known color: La Rioja. HEX triplet: BB, B1 and 12. RGB value is (187,177,18). Sum of RGB (Red+Green+Blue) = 187+177+18=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB112 is #444EED. Grayscale: #A2A2A2. Windows color (decimal): -4476654 or 1225147. OLE color: 1225147.
HSL color Cylindrical-coordinate representation of color #BBB112: hue angle of 56.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB112 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.27 |
| HSL | 56.45º | 0.82% | 0.4% | - |
| HSV(B) | 56.45º | 0.9% | 0.73% | - |
| XYZ | 36.32 | 42.05 | 6.77 | - |
| YUV | 161.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 18 | 0 | 0.05 | 0.90 | 0.27 | 56.45 | 0.82 | 0.4 |
| Hex | BB | B1 | 12 | 0 | 5 | 5A | 1B | 38 | 52 | 28 |
| Octal | 273 | 261 | 22 | 0 | 5 | 132 | 33 | 70 | 122 | 50 |
| Binary | 10111011 | 10110001 | 10010 | 0 | 101 | 1011010 | 11011 | 111000 | 1010010 | 101000 |
Color Harmonies of #BBB112
Complementary color
Monochromatic Colors of #BBB112
Black with #BBB112
Text Example
Text Example
White with #BBB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB112; }
p { color: rgb(187,177,18); }
H1.HeaderClassName
{
color: #BBB112;
}
.AnyTagClassName
{
color: #BBB112;
}
</style>
background-color css
<style>
a { background-color: #BBB112; }
a { background-color: rgb(187,177,18); }
div.DivClassName
{
background-color: #BBB112;
}
.BgClassName
{
background-color: #BBB112;
}
</style>
border-color css
<style>
span { border-color: #BBB112; }
span { border-color: rgb(187,177,18); }
td.TdClassName
{
border-color: #BBB112;
}
.TagClassName
{
border-color: #BBB112;
}
</style>