Shades of La Rioja #B4AF00
Tints of La Rioja #B4AF00
RGB
CMYK
RGB Variations
Color information
#B4AF00 (or 0xB4AF00) is known color: La Rioja. HEX triplet: B4, AF and 00. RGB value is (180,175,0). Sum of RGB (Red+Green+Blue) = 180+175+0=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AF00 is #4B50FF. Grayscale: #9D9D9D. Windows color (decimal): -4935936 or 44980. OLE color: 44980.
HSL color Cylindrical-coordinate representation of color #B4AF00: hue angle of 58.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4AF00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.29 |
| HSL | 58.33º | 1% | 0.35% | - |
| HSV(B) | 58.33º | 1% | 0.71% | - |
| XYZ | 34.15 | 40.36 | 5.99 | - |
| YUV | 156.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 0 | 0 | 0.03 | 1 | 0.29 | 58.33 | 1 | 0.35 |
| Hex | B4 | AF | 0 | 0 | 3 | 64 | 1D | 3A | 64 | 23 |
| Octal | 264 | 257 | 0 | 0 | 3 | 144 | 35 | 72 | 144 | 43 |
| Binary | 10110100 | 10101111 | 0 | 0 | 11 | 1100100 | 11101 | 111010 | 1100100 | 100011 |
Color Harmonies of #B4AF00
Complementary color
Monochromatic Colors of #B4AF00
Black with #B4AF00
Text Example
Text Example
White with #B4AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF00; }
p { color: rgb(180,175,0); }
H1.HeaderClassName
{
color: #B4AF00;
}
.AnyTagClassName
{
color: #B4AF00;
}
</style>
background-color css
<style>
a { background-color: #B4AF00; }
a { background-color: rgb(180,175,0); }
div.DivClassName
{
background-color: #B4AF00;
}
.BgClassName
{
background-color: #B4AF00;
}
</style>
border-color css
<style>
span { border-color: #B4AF00; }
span { border-color: rgb(180,175,0); }
td.TdClassName
{
border-color: #B4AF00;
}
.TagClassName
{
border-color: #B4AF00;
}
</style>