Shades of La Rioja #B8AA04
Tints of La Rioja #B8AA04
RGB
CMYK
RGB Variations
Color information
#B8AA04 (or 0xB8AA04) is known color: La Rioja. HEX triplet: B8, AA and 04. RGB value is (184,170,4). Sum of RGB (Red+Green+Blue) = 184+170+4=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AA04 is #4755FB. Grayscale: #9B9B9B. Windows color (decimal): -4675068 or 305848. OLE color: 305848.
HSL color Cylindrical-coordinate representation of color #B8AA04: hue angle of 55.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8AA04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.28 |
| HSL | 55.33º | 0.96% | 0.37% | - |
| HSV(B) | 55.33º | 0.98% | 0.72% | - |
| XYZ | 34.16 | 38.95 | 5.83 | - |
| YUV | 155.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 4 | 0 | 0.08 | 0.98 | 0.28 | 55.33 | 0.96 | 0.37 |
| Hex | B8 | AA | 4 | 0 | 8 | 62 | 1C | 37 | 60 | 25 |
| Octal | 270 | 252 | 4 | 0 | 10 | 142 | 34 | 67 | 140 | 45 |
| Binary | 10111000 | 10101010 | 100 | 0 | 1000 | 1100010 | 11100 | 110111 | 1100000 | 100101 |
Color Harmonies of #B8AA04
Complementary color
Monochromatic Colors of #B8AA04
Black with #B8AA04
Text Example
Text Example
White with #B8AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA04; }
p { color: rgb(184,170,4); }
H1.HeaderClassName
{
color: #B8AA04;
}
.AnyTagClassName
{
color: #B8AA04;
}
</style>
background-color css
<style>
a { background-color: #B8AA04; }
a { background-color: rgb(184,170,4); }
div.DivClassName
{
background-color: #B8AA04;
}
.BgClassName
{
background-color: #B8AA04;
}
</style>
border-color css
<style>
span { border-color: #B8AA04; }
span { border-color: rgb(184,170,4); }
td.TdClassName
{
border-color: #B8AA04;
}
.TagClassName
{
border-color: #B8AA04;
}
</style>