Shades of La Rioja #BBB912
Tints of La Rioja #BBB912
RGB
CMYK
RGB Variations
Color information
#BBB912 (or 0xBBB912) is known color: La Rioja. HEX triplet: BB, B9 and 12. RGB value is (187,185,18). Sum of RGB (Red+Green+Blue) = 187+185+18=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB912 is #4446ED. Grayscale: #A7A7A7. Windows color (decimal): -4474606 or 1227195. OLE color: 1227195.
HSL color Cylindrical-coordinate representation of color #BBB912: hue angle of 59.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB912 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 18 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.27 |
| HSL | 59.29º | 0.82% | 0.4% | - |
| HSV(B) | 59.29º | 0.9% | 0.73% | - |
| XYZ | 37.95 | 45.31 | 7.32 | - |
| YUV | 166.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 18 | 0 | 0.01 | 0.90 | 0.27 | 59.29 | 0.82 | 0.4 |
| Hex | BB | B9 | 12 | 0 | 1 | 5A | 1B | 3B | 52 | 28 |
| Octal | 273 | 271 | 22 | 0 | 1 | 132 | 33 | 73 | 122 | 50 |
| Binary | 10111011 | 10111001 | 10010 | 0 | 1 | 1011010 | 11011 | 111011 | 1010010 | 101000 |
Color Harmonies of #BBB912
Complementary color
Monochromatic Colors of #BBB912
Black with #BBB912
Text Example
Text Example
White with #BBB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB912; }
p { color: rgb(187,185,18); }
H1.HeaderClassName
{
color: #BBB912;
}
.AnyTagClassName
{
color: #BBB912;
}
</style>
background-color css
<style>
a { background-color: #BBB912; }
a { background-color: rgb(187,185,18); }
div.DivClassName
{
background-color: #BBB912;
}
.BgClassName
{
background-color: #BBB912;
}
</style>
border-color css
<style>
span { border-color: #BBB912; }
span { border-color: rgb(187,185,18); }
td.TdClassName
{
border-color: #BBB912;
}
.TagClassName
{
border-color: #BBB912;
}
</style>