Shades of La Rioja #BBB102
Tints of La Rioja #BBB102
RGB
CMYK
RGB Variations
Color information
#BBB102 (or 0xBBB102) is known color: La Rioja. HEX triplet: BB, B1 and 02. RGB value is (187,177,2). Sum of RGB (Red+Green+Blue) = 187+177+2=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB102 is #444EFD. Grayscale: #A0A0A0. Windows color (decimal): -4476670 or 176571. OLE color: 176571.
HSL color Cylindrical-coordinate representation of color #BBB102: hue angle of 56.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBB102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.27 |
| HSL | 56.76º | 0.98% | 0.37% | - |
| HSV(B) | 56.76º | 0.99% | 0.73% | - |
| XYZ | 36.23 | 42.01 | 6.26 | - |
| YUV | 160.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 2 | 0 | 0.05 | 0.99 | 0.27 | 56.76 | 0.98 | 0.37 |
| Hex | BB | B1 | 2 | 0 | 5 | 63 | 1B | 39 | 62 | 25 |
| Octal | 273 | 261 | 2 | 0 | 5 | 143 | 33 | 71 | 142 | 45 |
| Binary | 10111011 | 10110001 | 10 | 0 | 101 | 1100011 | 11011 | 111001 | 1100010 | 100101 |
Color Harmonies of #BBB102
Complementary color
Monochromatic Colors of #BBB102
Black with #BBB102
Text Example
Text Example
White with #BBB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB102; }
p { color: rgb(187,177,2); }
H1.HeaderClassName
{
color: #BBB102;
}
.AnyTagClassName
{
color: #BBB102;
}
</style>
background-color css
<style>
a { background-color: #BBB102; }
a { background-color: rgb(187,177,2); }
div.DivClassName
{
background-color: #BBB102;
}
.BgClassName
{
background-color: #BBB102;
}
</style>
border-color css
<style>
span { border-color: #BBB102; }
span { border-color: rgb(187,177,2); }
td.TdClassName
{
border-color: #BBB102;
}
.TagClassName
{
border-color: #BBB102;
}
</style>