Shades of La Rioja #B8AA07
Tints of La Rioja #B8AA07
RGB
CMYK
RGB Variations
Color information
#B8AA07 (or 0xB8AA07) is known color: La Rioja. HEX triplet: B8, AA and 07. RGB value is (184,170,7). Sum of RGB (Red+Green+Blue) = 184+170+7=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AA07 is #4755F8. Grayscale: #9C9C9C. Windows color (decimal): -4675065 or 502456. OLE color: 502456.
HSL color Cylindrical-coordinate representation of color #B8AA07: hue angle of 55.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8AA07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.28 |
| HSL | 55.25º | 0.93% | 0.37% | - |
| HSV(B) | 55.25º | 0.96% | 0.72% | - |
| XYZ | 34.18 | 38.96 | 5.92 | - |
| YUV | 155.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 7 | 0 | 0.08 | 0.96 | 0.28 | 55.25 | 0.93 | 0.37 |
| Hex | B8 | AA | 7 | 0 | 8 | 60 | 1C | 37 | 5D | 25 |
| Octal | 270 | 252 | 7 | 0 | 10 | 140 | 34 | 67 | 135 | 45 |
| Binary | 10111000 | 10101010 | 111 | 0 | 1000 | 1100000 | 11100 | 110111 | 1011101 | 100101 |
Color Harmonies of #B8AA07
Complementary color
Monochromatic Colors of #B8AA07
Black with #B8AA07
Text Example
Text Example
White with #B8AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA07; }
p { color: rgb(184,170,7); }
H1.HeaderClassName
{
color: #B8AA07;
}
.AnyTagClassName
{
color: #B8AA07;
}
</style>
background-color css
<style>
a { background-color: #B8AA07; }
a { background-color: rgb(184,170,7); }
div.DivClassName
{
background-color: #B8AA07;
}
.BgClassName
{
background-color: #B8AA07;
}
</style>
border-color css
<style>
span { border-color: #B8AA07; }
span { border-color: rgb(184,170,7); }
td.TdClassName
{
border-color: #B8AA07;
}
.TagClassName
{
border-color: #B8AA07;
}
</style>