Shades of La Rioja #B7AA00
Tints of La Rioja #B7AA00
RGB
CMYK
RGB Variations
Color information
#B7AA00 (or 0xB7AA00) is known color: La Rioja. HEX triplet: B7, AA and 00. RGB value is (183,170,0). Sum of RGB (Red+Green+Blue) = 183+170+0=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA00 is #4855FF. Grayscale: #9B9B9B. Windows color (decimal): -4740608 or 43703. OLE color: 43703.
HSL color Cylindrical-coordinate representation of color #B7AA00: hue angle of 55.74º 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 #B7AA00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.28 |
| HSL | 55.74º | 1% | 0.36% | - |
| HSV(B) | 55.74º | 1% | 0.72% | - |
| XYZ | 33.9 | 38.82 | 5.71 | - |
| YUV | 154.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 0 | 0 | 0.07 | 1 | 0.28 | 55.74 | 1 | 0.36 |
| Hex | B7 | AA | 0 | 0 | 7 | 64 | 1C | 38 | 64 | 24 |
| Octal | 267 | 252 | 0 | 0 | 7 | 144 | 34 | 70 | 144 | 44 |
| Binary | 10110111 | 10101010 | 0 | 0 | 111 | 1100100 | 11100 | 111000 | 1100100 | 100100 |
Color Harmonies of #B7AA00
Complementary color
Monochromatic Colors of #B7AA00
Black with #B7AA00
Text Example
Text Example
White with #B7AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA00; }
p { color: rgb(183,170,0); }
H1.HeaderClassName
{
color: #B7AA00;
}
.AnyTagClassName
{
color: #B7AA00;
}
</style>
background-color css
<style>
a { background-color: #B7AA00; }
a { background-color: rgb(183,170,0); }
div.DivClassName
{
background-color: #B7AA00;
}
.BgClassName
{
background-color: #B7AA00;
}
</style>
border-color css
<style>
span { border-color: #B7AA00; }
span { border-color: rgb(183,170,0); }
td.TdClassName
{
border-color: #B7AA00;
}
.TagClassName
{
border-color: #B7AA00;
}
</style>