Shades of La Rioja #BBB20A
Tints of La Rioja #BBB20A
RGB
CMYK
RGB Variations
Color information
#BBB20A (or 0xBBB20A) is known color: La Rioja. HEX triplet: BB, B2 and 0A. RGB value is (187,178,10). Sum of RGB (Red+Green+Blue) = 187+178+10=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB20A is #444DF5. Grayscale: #A2A2A2. Windows color (decimal): -4476406 or 701115. OLE color: 701115.
HSL color Cylindrical-coordinate representation of color #BBB20A: hue angle of 56.95º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBB20A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.27 |
| HSL | 56.95º | 0.9% | 0.39% | - |
| HSV(B) | 56.95º | 0.95% | 0.73% | - |
| XYZ | 36.47 | 42.43 | 6.55 | - |
| YUV | 161.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 10 | 0 | 0.05 | 0.95 | 0.27 | 56.95 | 0.9 | 0.39 |
| Hex | BB | B2 | A | 0 | 5 | 5F | 1B | 39 | 5A | 27 |
| Octal | 273 | 262 | 12 | 0 | 5 | 137 | 33 | 71 | 132 | 47 |
| Binary | 10111011 | 10110010 | 1010 | 0 | 101 | 1011111 | 11011 | 111001 | 1011010 | 100111 |
Color Harmonies of #BBB20A
Complementary color
Monochromatic Colors of #BBB20A
Black with #BBB20A
Text Example
Text Example
White with #BBB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB20A; }
p { color: rgb(187,178,10); }
H1.HeaderClassName
{
color: #BBB20A;
}
.AnyTagClassName
{
color: #BBB20A;
}
</style>
background-color css
<style>
a { background-color: #BBB20A; }
a { background-color: rgb(187,178,10); }
div.DivClassName
{
background-color: #BBB20A;
}
.BgClassName
{
background-color: #BBB20A;
}
</style>
border-color css
<style>
span { border-color: #BBB20A; }
span { border-color: rgb(187,178,10); }
td.TdClassName
{
border-color: #BBB20A;
}
.TagClassName
{
border-color: #BBB20A;
}
</style>