Shades of La Rioja #B8AF0A
Tints of La Rioja #B8AF0A
RGB
CMYK
RGB Variations
Color information
#B8AF0A (or 0xB8AF0A) is known color: La Rioja. HEX triplet: B8, AF and 0A. RGB value is (184,175,10). Sum of RGB (Red+Green+Blue) = 184+175+10=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF0A is #4750F5. Grayscale: #9F9F9F. Windows color (decimal): -4673782 or 700344. OLE color: 700344.
HSL color Cylindrical-coordinate representation of color #B8AF0A: hue angle of 56.9º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8AF0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.28 |
| HSL | 56.9º | 0.9% | 0.38% | - |
| HSV(B) | 56.9º | 0.95% | 0.72% | - |
| XYZ | 35.15 | 40.87 | 6.32 | - |
| YUV | 158.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 10 | 0 | 0.05 | 0.95 | 0.28 | 56.9 | 0.9 | 0.38 |
| Hex | B8 | AF | A | 0 | 5 | 5F | 1C | 39 | 5A | 26 |
| Octal | 270 | 257 | 12 | 0 | 5 | 137 | 34 | 71 | 132 | 46 |
| Binary | 10111000 | 10101111 | 1010 | 0 | 101 | 1011111 | 11100 | 111001 | 1011010 | 100110 |
Color Harmonies of #B8AF0A
Complementary color
Monochromatic Colors of #B8AF0A
Black with #B8AF0A
Text Example
Text Example
White with #B8AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF0A; }
p { color: rgb(184,175,10); }
H1.HeaderClassName
{
color: #B8AF0A;
}
.AnyTagClassName
{
color: #B8AF0A;
}
</style>
background-color css
<style>
a { background-color: #B8AF0A; }
a { background-color: rgb(184,175,10); }
div.DivClassName
{
background-color: #B8AF0A;
}
.BgClassName
{
background-color: #B8AF0A;
}
</style>
border-color css
<style>
span { border-color: #B8AF0A; }
span { border-color: rgb(184,175,10); }
td.TdClassName
{
border-color: #B8AF0A;
}
.TagClassName
{
border-color: #B8AF0A;
}
</style>