Shades of La Rioja #BBB011
Tints of La Rioja #BBB011
RGB
CMYK
RGB Variations
Color information
#BBB011 (or 0xBBB011) is known color: La Rioja. HEX triplet: BB, B0 and 11. RGB value is (187,176,17). Sum of RGB (Red+Green+Blue) = 187+176+17=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB011 is #444FEE. Grayscale: #A1A1A1. Windows color (decimal): -4476911 or 1159355. OLE color: 1159355.
HSL color Cylindrical-coordinate representation of color #BBB011: hue angle of 56.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBB011 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.27 |
| HSL | 56.12º | 0.83% | 0.4% | - |
| HSV(B) | 56.12º | 0.91% | 0.73% | - |
| XYZ | 36.12 | 41.66 | 6.67 | - |
| YUV | 161.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 17 | 0 | 0.06 | 0.91 | 0.27 | 56.12 | 0.83 | 0.4 |
| Hex | BB | B0 | 11 | 0 | 6 | 5B | 1B | 38 | 53 | 28 |
| Octal | 273 | 260 | 21 | 0 | 6 | 133 | 33 | 70 | 123 | 50 |
| Binary | 10111011 | 10110000 | 10001 | 0 | 110 | 1011011 | 11011 | 111000 | 1010011 | 101000 |
Color Harmonies of #BBB011
Complementary color
Monochromatic Colors of #BBB011
Black with #BBB011
Text Example
Text Example
White with #BBB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB011; }
p { color: rgb(187,176,17); }
H1.HeaderClassName
{
color: #BBB011;
}
.AnyTagClassName
{
color: #BBB011;
}
</style>
background-color css
<style>
a { background-color: #BBB011; }
a { background-color: rgb(187,176,17); }
div.DivClassName
{
background-color: #BBB011;
}
.BgClassName
{
background-color: #BBB011;
}
</style>
border-color css
<style>
span { border-color: #BBB011; }
span { border-color: rgb(187,176,17); }
td.TdClassName
{
border-color: #BBB011;
}
.TagClassName
{
border-color: #BBB011;
}
</style>