Shades of La Rioja #B9B012
Tints of La Rioja #B9B012
RGB
CMYK
RGB Variations
Color information
#B9B012 (or 0xB9B012) is known color: La Rioja. HEX triplet: B9, B0 and 12. RGB value is (185,176,18). Sum of RGB (Red+Green+Blue) = 185+176+18=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B012 is #464FED. Grayscale: #A1A1A1. Windows color (decimal): -4607982 or 1224889. OLE color: 1224889.
HSL color Cylindrical-coordinate representation of color #B9B012: hue angle of 56.77º 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 #B9B012 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.27 |
| HSL | 56.77º | 0.82% | 0.4% | - |
| HSV(B) | 56.77º | 0.9% | 0.73% | - |
| XYZ | 35.64 | 41.41 | 6.69 | - |
| YUV | 160.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 18 | 0 | 0.05 | 0.90 | 0.27 | 56.77 | 0.82 | 0.4 |
| Hex | B9 | B0 | 12 | 0 | 5 | 5A | 1B | 39 | 52 | 28 |
| Octal | 271 | 260 | 22 | 0 | 5 | 132 | 33 | 71 | 122 | 50 |
| Binary | 10111001 | 10110000 | 10010 | 0 | 101 | 1011010 | 11011 | 111001 | 1010010 | 101000 |
Color Harmonies of #B9B012
Complementary color
Monochromatic Colors of #B9B012
Black with #B9B012
Text Example
Text Example
White with #B9B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B012; }
p { color: rgb(185,176,18); }
H1.HeaderClassName
{
color: #B9B012;
}
.AnyTagClassName
{
color: #B9B012;
}
</style>
background-color css
<style>
a { background-color: #B9B012; }
a { background-color: rgb(185,176,18); }
div.DivClassName
{
background-color: #B9B012;
}
.BgClassName
{
background-color: #B9B012;
}
</style>
border-color css
<style>
span { border-color: #B9B012; }
span { border-color: rgb(185,176,18); }
td.TdClassName
{
border-color: #B9B012;
}
.TagClassName
{
border-color: #B9B012;
}
</style>