Shades of La Rioja #B9AF0C
Tints of La Rioja #B9AF0C
RGB
CMYK
RGB Variations
Color information
#B9AF0C (or 0xB9AF0C) is known color: La Rioja. HEX triplet: B9, AF and 0C. RGB value is (185,175,12). Sum of RGB (Red+Green+Blue) = 185+175+12=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF0C is #4650F3. Grayscale: #A0A0A0. Windows color (decimal): -4608244 or 831417. OLE color: 831417.
HSL color Cylindrical-coordinate representation of color #B9AF0C: hue angle of 56.53º 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 #B9AF0C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.27 |
| HSL | 56.53º | 0.88% | 0.39% | - |
| HSV(B) | 56.53º | 0.94% | 0.73% | - |
| XYZ | 35.4 | 41 | 6.4 | - |
| YUV | 159.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 12 | 0 | 0.05 | 0.94 | 0.27 | 56.53 | 0.88 | 0.39 |
| Hex | B9 | AF | C | 0 | 5 | 5E | 1B | 39 | 58 | 27 |
| Octal | 271 | 257 | 14 | 0 | 5 | 136 | 33 | 71 | 130 | 47 |
| Binary | 10111001 | 10101111 | 1100 | 0 | 101 | 1011110 | 11011 | 111001 | 1011000 | 100111 |
Color Harmonies of #B9AF0C
Complementary color
Monochromatic Colors of #B9AF0C
Black with #B9AF0C
Text Example
Text Example
White with #B9AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF0C; }
p { color: rgb(185,175,12); }
H1.HeaderClassName
{
color: #B9AF0C;
}
.AnyTagClassName
{
color: #B9AF0C;
}
</style>
background-color css
<style>
a { background-color: #B9AF0C; }
a { background-color: rgb(185,175,12); }
div.DivClassName
{
background-color: #B9AF0C;
}
.BgClassName
{
background-color: #B9AF0C;
}
</style>
border-color css
<style>
span { border-color: #B9AF0C; }
span { border-color: rgb(185,175,12); }
td.TdClassName
{
border-color: #B9AF0C;
}
.TagClassName
{
border-color: #B9AF0C;
}
</style>