Shades of La Rioja #B7AD0A
Tints of La Rioja #B7AD0A
RGB
CMYK
RGB Variations
Color information
#B7AD0A (or 0xB7AD0A) is known color: La Rioja. HEX triplet: B7, AD and 0A. RGB value is (183,173,10). Sum of RGB (Red+Green+Blue) = 183+173+10=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD0A is #4852F5. Grayscale: #9E9E9E. Windows color (decimal): -4739830 or 699831. OLE color: 699831.
HSL color Cylindrical-coordinate representation of color #B7AD0A: hue angle of 56.53º 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 #B7AD0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.28 |
| HSL | 56.53º | 0.9% | 0.38% | - |
| HSV(B) | 56.53º | 0.95% | 0.72% | - |
| XYZ | 34.53 | 39.98 | 6.18 | - |
| YUV | 157.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 10 | 0 | 0.05 | 0.95 | 0.28 | 56.53 | 0.9 | 0.38 |
| Hex | B7 | AD | A | 0 | 5 | 5F | 1C | 39 | 5A | 26 |
| Octal | 267 | 255 | 12 | 0 | 5 | 137 | 34 | 71 | 132 | 46 |
| Binary | 10110111 | 10101101 | 1010 | 0 | 101 | 1011111 | 11100 | 111001 | 1011010 | 100110 |
Color Harmonies of #B7AD0A
Complementary color
Monochromatic Colors of #B7AD0A
Black with #B7AD0A
Text Example
Text Example
White with #B7AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD0A; }
p { color: rgb(183,173,10); }
H1.HeaderClassName
{
color: #B7AD0A;
}
.AnyTagClassName
{
color: #B7AD0A;
}
</style>
background-color css
<style>
a { background-color: #B7AD0A; }
a { background-color: rgb(183,173,10); }
div.DivClassName
{
background-color: #B7AD0A;
}
.BgClassName
{
background-color: #B7AD0A;
}
</style>
border-color css
<style>
span { border-color: #B7AD0A; }
span { border-color: rgb(183,173,10); }
td.TdClassName
{
border-color: #B7AD0A;
}
.TagClassName
{
border-color: #B7AD0A;
}
</style>