Shades of La Rioja #B7A805
Tints of La Rioja #B7A805
RGB
CMYK
RGB Variations
Color information
#B7A805 (or 0xB7A805) is known color: La Rioja. HEX triplet: B7, A8 and 05. RGB value is (183,168,5). Sum of RGB (Red+Green+Blue) = 183+168+5=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A805 is #4857FA. Grayscale: #9A9A9A. Windows color (decimal): -4741115 or 370871. OLE color: 370871.
HSL color Cylindrical-coordinate representation of color #B7A805: hue angle of 54.94º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7A805 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 5 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.28 |
| HSL | 54.94º | 0.95% | 0.37% | - |
| HSV(B) | 54.94º | 0.97% | 0.72% | - |
| XYZ | 33.56 | 38.08 | 5.73 | - |
| YUV | 153.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 5 | 0 | 0.08 | 0.97 | 0.28 | 54.94 | 0.95 | 0.37 |
| Hex | B7 | A8 | 5 | 0 | 8 | 61 | 1C | 37 | 5F | 25 |
| Octal | 267 | 250 | 5 | 0 | 10 | 141 | 34 | 67 | 137 | 45 |
| Binary | 10110111 | 10101000 | 101 | 0 | 1000 | 1100001 | 11100 | 110111 | 1011111 | 100101 |
Color Harmonies of #B7A805
Complementary color
Monochromatic Colors of #B7A805
Black with #B7A805
Text Example
Text Example
White with #B7A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A805; }
p { color: rgb(183,168,5); }
H1.HeaderClassName
{
color: #B7A805;
}
.AnyTagClassName
{
color: #B7A805;
}
</style>
background-color css
<style>
a { background-color: #B7A805; }
a { background-color: rgb(183,168,5); }
div.DivClassName
{
background-color: #B7A805;
}
.BgClassName
{
background-color: #B7A805;
}
</style>
border-color css
<style>
span { border-color: #B7A805; }
span { border-color: rgb(183,168,5); }
td.TdClassName
{
border-color: #B7A805;
}
.TagClassName
{
border-color: #B7A805;
}
</style>