Shades of La Rioja #B0AF0B
Tints of La Rioja #B0AF0B
RGB
CMYK
RGB Variations
Color information
#B0AF0B (or 0xB0AF0B) is known color: La Rioja. HEX triplet: B0, AF and 0B. RGB value is (176,175,11). Sum of RGB (Red+Green+Blue) = 176+175+11=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF0B is #4F50F4. Grayscale: #9D9D9D. Windows color (decimal): -5198069 or 765872. OLE color: 765872.
HSL color Cylindrical-coordinate representation of color #B0AF0B: hue angle of 59.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0AF0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.31 |
| HSL | 59.64º | 0.88% | 0.37% | - |
| HSV(B) | 59.64º | 0.94% | 0.69% | - |
| XYZ | 33.29 | 39.91 | 6.27 | - |
| YUV | 156.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 11 | 0 | 0.01 | 0.94 | 0.31 | 59.64 | 0.88 | 0.37 |
| Hex | B0 | AF | B | 0 | 1 | 5E | 1F | 3C | 58 | 25 |
| Octal | 260 | 257 | 13 | 0 | 1 | 136 | 37 | 74 | 130 | 45 |
| Binary | 10110000 | 10101111 | 1011 | 0 | 1 | 1011110 | 11111 | 111100 | 1011000 | 100101 |
Color Harmonies of #B0AF0B
Complementary color
Monochromatic Colors of #B0AF0B
Black with #B0AF0B
Text Example
Text Example
White with #B0AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF0B; }
p { color: rgb(176,175,11); }
H1.HeaderClassName
{
color: #B0AF0B;
}
.AnyTagClassName
{
color: #B0AF0B;
}
</style>
background-color css
<style>
a { background-color: #B0AF0B; }
a { background-color: rgb(176,175,11); }
div.DivClassName
{
background-color: #B0AF0B;
}
.BgClassName
{
background-color: #B0AF0B;
}
</style>
border-color css
<style>
span { border-color: #B0AF0B; }
span { border-color: rgb(176,175,11); }
td.TdClassName
{
border-color: #B0AF0B;
}
.TagClassName
{
border-color: #B0AF0B;
}
</style>