Shades of La Rioja #B8AF00
Tints of La Rioja #B8AF00
RGB
CMYK
RGB Variations
Color information
#B8AF00 (or 0xB8AF00) is known color: La Rioja. HEX triplet: B8, AF and 00. RGB value is (184,175,0). Sum of RGB (Red+Green+Blue) = 184+175+0=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF00 is #4750FF. Grayscale: #9E9E9E. Windows color (decimal): -4673792 or 44984. OLE color: 44984.
HSL color Cylindrical-coordinate representation of color #B8AF00: hue angle of 57.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8AF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.28 |
| HSL | 57.07º | 1% | 0.36% | - |
| HSV(B) | 57.07º | 1% | 0.72% | - |
| XYZ | 35.1 | 40.85 | 6.04 | - |
| YUV | 157.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 0 | 0 | 0.05 | 1 | 0.28 | 57.07 | 1 | 0.36 |
| Hex | B8 | AF | 0 | 0 | 5 | 64 | 1C | 39 | 64 | 24 |
| Octal | 270 | 257 | 0 | 0 | 5 | 144 | 34 | 71 | 144 | 44 |
| Binary | 10111000 | 10101111 | 0 | 0 | 101 | 1100100 | 11100 | 111001 | 1100100 | 100100 |
Color Harmonies of #B8AF00
Complementary color
Monochromatic Colors of #B8AF00
Black with #B8AF00
Text Example
Text Example
White with #B8AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF00; }
p { color: rgb(184,175,0); }
H1.HeaderClassName
{
color: #B8AF00;
}
.AnyTagClassName
{
color: #B8AF00;
}
</style>
background-color css
<style>
a { background-color: #B8AF00; }
a { background-color: rgb(184,175,0); }
div.DivClassName
{
background-color: #B8AF00;
}
.BgClassName
{
background-color: #B8AF00;
}
</style>
border-color css
<style>
span { border-color: #B8AF00; }
span { border-color: rgb(184,175,0); }
td.TdClassName
{
border-color: #B8AF00;
}
.TagClassName
{
border-color: #B8AF00;
}
</style>