Shades of La Rioja #B2AD0C
Tints of La Rioja #B2AD0C
RGB
CMYK
RGB Variations
Color information
#B2AD0C (or 0xB2AD0C) is known color: La Rioja. HEX triplet: B2, AD and 0C. RGB value is (178,173,12). Sum of RGB (Red+Green+Blue) = 178+173+12=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD0C is #4D52F3. Grayscale: #9C9C9C. Windows color (decimal): -5067508 or 830898. OLE color: 830898.
HSL color Cylindrical-coordinate representation of color #B2AD0C: hue angle of 58.19º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2AD0C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 12 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.30 |
| HSL | 58.19º | 0.87% | 0.37% | - |
| HSV(B) | 58.19º | 0.93% | 0.7% | - |
| XYZ | 33.37 | 39.38 | 6.19 | - |
| YUV | 156.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 12 | 0 | 0.03 | 0.93 | 0.30 | 58.19 | 0.87 | 0.37 |
| Hex | B2 | AD | C | 0 | 3 | 5D | 1E | 3A | 57 | 25 |
| Octal | 262 | 255 | 14 | 0 | 3 | 135 | 36 | 72 | 127 | 45 |
| Binary | 10110010 | 10101101 | 1100 | 0 | 11 | 1011101 | 11110 | 111010 | 1010111 | 100101 |
Color Harmonies of #B2AD0C
Complementary color
Monochromatic Colors of #B2AD0C
Black with #B2AD0C
Text Example
Text Example
White with #B2AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD0C; }
p { color: rgb(178,173,12); }
H1.HeaderClassName
{
color: #B2AD0C;
}
.AnyTagClassName
{
color: #B2AD0C;
}
</style>
background-color css
<style>
a { background-color: #B2AD0C; }
a { background-color: rgb(178,173,12); }
div.DivClassName
{
background-color: #B2AD0C;
}
.BgClassName
{
background-color: #B2AD0C;
}
</style>
border-color css
<style>
span { border-color: #B2AD0C; }
span { border-color: rgb(178,173,12); }
td.TdClassName
{
border-color: #B2AD0C;
}
.TagClassName
{
border-color: #B2AD0C;
}
</style>