Shades of La Rioja #B2AA08
Tints of La Rioja #B2AA08
RGB
CMYK
RGB Variations
Color information
#B2AA08 (or 0xB2AA08) is known color: La Rioja. HEX triplet: B2, AA and 08. RGB value is (178,170,8). Sum of RGB (Red+Green+Blue) = 178+170+8=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA08 is #4D55F7. Grayscale: #9A9A9A. Windows color (decimal): -5068280 or 567986. OLE color: 567986.
HSL color Cylindrical-coordinate representation of color #B2AA08: hue angle of 57.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2AA08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.30 |
| HSL | 57.18º | 0.91% | 0.36% | - |
| HSV(B) | 57.18º | 0.96% | 0.7% | - |
| XYZ | 32.78 | 38.23 | 5.88 | - |
| YUV | 153.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 8 | 0 | 0.04 | 0.96 | 0.30 | 57.18 | 0.91 | 0.36 |
| Hex | B2 | AA | 8 | 0 | 4 | 60 | 1E | 39 | 5B | 24 |
| Octal | 262 | 252 | 10 | 0 | 4 | 140 | 36 | 71 | 133 | 44 |
| Binary | 10110010 | 10101010 | 1000 | 0 | 100 | 1100000 | 11110 | 111001 | 1011011 | 100100 |
Color Harmonies of #B2AA08
Complementary color
Monochromatic Colors of #B2AA08
Black with #B2AA08
Text Example
Text Example
White with #B2AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA08; }
p { color: rgb(178,170,8); }
H1.HeaderClassName
{
color: #B2AA08;
}
.AnyTagClassName
{
color: #B2AA08;
}
</style>
background-color css
<style>
a { background-color: #B2AA08; }
a { background-color: rgb(178,170,8); }
div.DivClassName
{
background-color: #B2AA08;
}
.BgClassName
{
background-color: #B2AA08;
}
</style>
border-color css
<style>
span { border-color: #B2AA08; }
span { border-color: rgb(178,170,8); }
td.TdClassName
{
border-color: #B2AA08;
}
.TagClassName
{
border-color: #B2AA08;
}
</style>