Shades of La Rioja #BBB90C
Tints of La Rioja #BBB90C
RGB
CMYK
RGB Variations
Color information
#BBB90C (or 0xBBB90C) is known color: La Rioja. HEX triplet: BB, B9 and 0C. RGB value is (187,185,12). Sum of RGB (Red+Green+Blue) = 187+185+12=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB90C is #4446F3. Grayscale: #A6A6A6. Windows color (decimal): -4474612 or 833979. OLE color: 833979.
HSL color Cylindrical-coordinate representation of color #BBB90C: hue angle of 59.31º 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 #BBB90C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.27 |
| HSL | 59.31º | 0.88% | 0.39% | - |
| HSV(B) | 59.31º | 0.94% | 0.73% | - |
| XYZ | 37.91 | 45.29 | 7.09 | - |
| YUV | 165.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 12 | 0 | 0.01 | 0.94 | 0.27 | 59.31 | 0.88 | 0.39 |
| Hex | BB | B9 | C | 0 | 1 | 5E | 1B | 3B | 58 | 27 |
| Octal | 273 | 271 | 14 | 0 | 1 | 136 | 33 | 73 | 130 | 47 |
| Binary | 10111011 | 10111001 | 1100 | 0 | 1 | 1011110 | 11011 | 111011 | 1011000 | 100111 |
Color Harmonies of #BBB90C
Complementary color
Monochromatic Colors of #BBB90C
Black with #BBB90C
Text Example
Text Example
White with #BBB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB90C; }
p { color: rgb(187,185,12); }
H1.HeaderClassName
{
color: #BBB90C;
}
.AnyTagClassName
{
color: #BBB90C;
}
</style>
background-color css
<style>
a { background-color: #BBB90C; }
a { background-color: rgb(187,185,12); }
div.DivClassName
{
background-color: #BBB90C;
}
.BgClassName
{
background-color: #BBB90C;
}
</style>
border-color css
<style>
span { border-color: #BBB90C; }
span { border-color: rgb(187,185,12); }
td.TdClassName
{
border-color: #BBB90C;
}
.TagClassName
{
border-color: #BBB90C;
}
</style>