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