Shades of La Rioja #B9A900
Tints of La Rioja #B9A900
RGB
CMYK
RGB Variations
Color information
#B9A900 (or 0xB9A900) is known color: La Rioja. HEX triplet: B9, A9 and 00. RGB value is (185,169,0). Sum of RGB (Red+Green+Blue) = 185+169+0=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A900 is #4656FF. Grayscale: #9B9B9B. Windows color (decimal): -4609792 or 43449. OLE color: 43449.
HSL color Cylindrical-coordinate representation of color #B9A900: hue angle of 54.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9A900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.27 |
| HSL | 54.81º | 1% | 0.36% | - |
| HSV(B) | 54.81º | 1% | 0.73% | - |
| XYZ | 34.2 | 38.69 | 5.67 | - |
| YUV | 154.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 0 | 0 | 0.09 | 1 | 0.27 | 54.81 | 1 | 0.36 |
| Hex | B9 | A9 | 0 | 0 | 9 | 64 | 1B | 37 | 64 | 24 |
| Octal | 271 | 251 | 0 | 0 | 11 | 144 | 33 | 67 | 144 | 44 |
| Binary | 10111001 | 10101001 | 0 | 0 | 1001 | 1100100 | 11011 | 110111 | 1100100 | 100100 |
Color Harmonies of #B9A900
Complementary color
Monochromatic Colors of #B9A900
Black with #B9A900
Text Example
Text Example
White with #B9A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A900; }
p { color: rgb(185,169,0); }
H1.HeaderClassName
{
color: #B9A900;
}
.AnyTagClassName
{
color: #B9A900;
}
</style>
background-color css
<style>
a { background-color: #B9A900; }
a { background-color: rgb(185,169,0); }
div.DivClassName
{
background-color: #B9A900;
}
.BgClassName
{
background-color: #B9A900;
}
</style>
border-color css
<style>
span { border-color: #B9A900; }
span { border-color: rgb(185,169,0); }
td.TdClassName
{
border-color: #B9A900;
}
.TagClassName
{
border-color: #B9A900;
}
</style>