Shades of La Rioja #B2AF11
Tints of La Rioja #B2AF11
RGB
CMYK
RGB Variations
Color information
#B2AF11 (or 0xB2AF11) is known color: La Rioja. HEX triplet: B2, AF and 11. RGB value is (178,175,17). Sum of RGB (Red+Green+Blue) = 178+175+17=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF11 is #4D50EE. Grayscale: #9E9E9E. Windows color (decimal): -5066991 or 1159090. OLE color: 1159090.
HSL color Cylindrical-coordinate representation of color #B2AF11: hue angle of 58.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2AF11 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 17 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.30 |
| HSL | 58.88º | 0.83% | 0.38% | - |
| HSV(B) | 58.88º | 0.9% | 0.7% | - |
| XYZ | 33.79 | 40.17 | 6.5 | - |
| YUV | 157.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 17 | 0 | 0.02 | 0.90 | 0.30 | 58.88 | 0.83 | 0.38 |
| Hex | B2 | AF | 11 | 0 | 2 | 5A | 1E | 3B | 53 | 26 |
| Octal | 262 | 257 | 21 | 0 | 2 | 132 | 36 | 73 | 123 | 46 |
| Binary | 10110010 | 10101111 | 10001 | 0 | 10 | 1011010 | 11110 | 111011 | 1010011 | 100110 |
Color Harmonies of #B2AF11
Complementary color
Monochromatic Colors of #B2AF11
Black with #B2AF11
Text Example
Text Example
White with #B2AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF11; }
p { color: rgb(178,175,17); }
H1.HeaderClassName
{
color: #B2AF11;
}
.AnyTagClassName
{
color: #B2AF11;
}
</style>
background-color css
<style>
a { background-color: #B2AF11; }
a { background-color: rgb(178,175,17); }
div.DivClassName
{
background-color: #B2AF11;
}
.BgClassName
{
background-color: #B2AF11;
}
</style>
border-color css
<style>
span { border-color: #B2AF11; }
span { border-color: rgb(178,175,17); }
td.TdClassName
{
border-color: #B2AF11;
}
.TagClassName
{
border-color: #B2AF11;
}
</style>