Shades of La Rioja #BBB80C
Tints of La Rioja #BBB80C
RGB
CMYK
RGB Variations
Color information
#BBB80C (or 0xBBB80C) is known color: La Rioja. HEX triplet: BB, B8 and 0C. RGB value is (187,184,12). Sum of RGB (Red+Green+Blue) = 187+184+12=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB80C is #4447F3. Grayscale: #A5A5A5. Windows color (decimal): -4474868 or 833723. OLE color: 833723.
HSL color Cylindrical-coordinate representation of color #BBB80C: hue angle of 58.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBB80C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.27 |
| HSL | 58.97º | 0.88% | 0.39% | - |
| HSV(B) | 58.97º | 0.94% | 0.73% | - |
| XYZ | 37.7 | 44.87 | 7.02 | - |
| YUV | 165.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 12 | 0 | 0.02 | 0.94 | 0.27 | 58.97 | 0.88 | 0.39 |
| Hex | BB | B8 | C | 0 | 2 | 5E | 1B | 3B | 58 | 27 |
| Octal | 273 | 270 | 14 | 0 | 2 | 136 | 33 | 73 | 130 | 47 |
| Binary | 10111011 | 10111000 | 1100 | 0 | 10 | 1011110 | 11011 | 111011 | 1011000 | 100111 |
Color Harmonies of #BBB80C
Complementary color
Monochromatic Colors of #BBB80C
Black with #BBB80C
Text Example
Text Example
White with #BBB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB80C; }
p { color: rgb(187,184,12); }
H1.HeaderClassName
{
color: #BBB80C;
}
.AnyTagClassName
{
color: #BBB80C;
}
</style>
background-color css
<style>
a { background-color: #BBB80C; }
a { background-color: rgb(187,184,12); }
div.DivClassName
{
background-color: #BBB80C;
}
.BgClassName
{
background-color: #BBB80C;
}
</style>
border-color css
<style>
span { border-color: #BBB80C; }
span { border-color: rgb(187,184,12); }
td.TdClassName
{
border-color: #BBB80C;
}
.TagClassName
{
border-color: #BBB80C;
}
</style>