Shades of La Rioja #BBB100
Tints of La Rioja #BBB100
RGB
CMYK
RGB Variations
Color information
#BBB100 (or 0xBBB100) is known color: La Rioja. HEX triplet: BB, B1 and 00. RGB value is (187,177,0). Sum of RGB (Red+Green+Blue) = 187+177+0=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB100 is #444EFF. Grayscale: #A0A0A0. Windows color (decimal): -4476672 or 45499. OLE color: 45499.
HSL color Cylindrical-coordinate representation of color #BBB100: hue angle of 56.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBB100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.27 |
| HSL | 56.79º | 1% | 0.37% | - |
| HSV(B) | 56.79º | 1% | 0.73% | - |
| XYZ | 36.22 | 42.01 | 6.2 | - |
| YUV | 159.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 0 | 0 | 0.05 | 1 | 0.27 | 56.79 | 1 | 0.37 |
| Hex | BB | B1 | 0 | 0 | 5 | 64 | 1B | 39 | 64 | 25 |
| Octal | 273 | 261 | 0 | 0 | 5 | 144 | 33 | 71 | 144 | 45 |
| Binary | 10111011 | 10110001 | 0 | 0 | 101 | 1100100 | 11011 | 111001 | 1100100 | 100101 |
Color Harmonies of #BBB100
Complementary color
Monochromatic Colors of #BBB100
Black with #BBB100
Text Example
Text Example
White with #BBB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB100; }
p { color: rgb(187,177,0); }
H1.HeaderClassName
{
color: #BBB100;
}
.AnyTagClassName
{
color: #BBB100;
}
</style>
background-color css
<style>
a { background-color: #BBB100; }
a { background-color: rgb(187,177,0); }
div.DivClassName
{
background-color: #BBB100;
}
.BgClassName
{
background-color: #BBB100;
}
</style>
border-color css
<style>
span { border-color: #BBB100; }
span { border-color: rgb(187,177,0); }
td.TdClassName
{
border-color: #BBB100;
}
.TagClassName
{
border-color: #BBB100;
}
</style>