Shades of La Rioja #B9B210
Tints of La Rioja #B9B210
RGB
CMYK
RGB Variations
Color information
#B9B210 (or 0xB9B210) is known color: La Rioja. HEX triplet: B9, B2 and 10. RGB value is (185,178,16). Sum of RGB (Red+Green+Blue) = 185+178+16=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B210 is #464DEF. Grayscale: #A2A2A2. Windows color (decimal): -4607472 or 1094329. OLE color: 1094329.
HSL color Cylindrical-coordinate representation of color #B9B210: hue angle of 57.51º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9B210 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 16 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.27 |
| HSL | 57.51º | 0.84% | 0.39% | - |
| HSV(B) | 57.51º | 0.91% | 0.73% | - |
| XYZ | 36.02 | 42.19 | 6.74 | - |
| YUV | 161.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 16 | 0 | 0.04 | 0.91 | 0.27 | 57.51 | 0.84 | 0.39 |
| Hex | B9 | B2 | 10 | 0 | 4 | 5B | 1B | 3A | 54 | 27 |
| Octal | 271 | 262 | 20 | 0 | 4 | 133 | 33 | 72 | 124 | 47 |
| Binary | 10111001 | 10110010 | 10000 | 0 | 100 | 1011011 | 11011 | 111010 | 1010100 | 100111 |
Color Harmonies of #B9B210
Complementary color
Monochromatic Colors of #B9B210
Black with #B9B210
Text Example
Text Example
White with #B9B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B210; }
p { color: rgb(185,178,16); }
H1.HeaderClassName
{
color: #B9B210;
}
.AnyTagClassName
{
color: #B9B210;
}
</style>
background-color css
<style>
a { background-color: #B9B210; }
a { background-color: rgb(185,178,16); }
div.DivClassName
{
background-color: #B9B210;
}
.BgClassName
{
background-color: #B9B210;
}
</style>
border-color css
<style>
span { border-color: #B9B210; }
span { border-color: rgb(185,178,16); }
td.TdClassName
{
border-color: #B9B210;
}
.TagClassName
{
border-color: #B9B210;
}
</style>