Shades of La Rioja #B4A805
Tints of La Rioja #B4A805
RGB
CMYK
RGB Variations
Color information
#B4A805 (or 0xB4A805) is known color: La Rioja. HEX triplet: B4, A8 and 05. RGB value is (180,168,5). Sum of RGB (Red+Green+Blue) = 180+168+5=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A805 is #4B57FA. Grayscale: #999999. Windows color (decimal): -4937723 or 370868. OLE color: 370868.
HSL color Cylindrical-coordinate representation of color #B4A805: hue angle of 55.89º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4A805 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.29 |
| HSL | 55.89º | 0.95% | 0.36% | - |
| HSV(B) | 55.89º | 0.97% | 0.71% | - |
| XYZ | 32.85 | 37.72 | 5.69 | - |
| YUV | 153.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 5 | 0 | 0.07 | 0.97 | 0.29 | 55.89 | 0.95 | 0.36 |
| Hex | B4 | A8 | 5 | 0 | 7 | 61 | 1D | 38 | 5F | 24 |
| Octal | 264 | 250 | 5 | 0 | 7 | 141 | 35 | 70 | 137 | 44 |
| Binary | 10110100 | 10101000 | 101 | 0 | 111 | 1100001 | 11101 | 111000 | 1011111 | 100100 |
Color Harmonies of #B4A805
Complementary color
Monochromatic Colors of #B4A805
Black with #B4A805
Text Example
Text Example
White with #B4A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A805; }
p { color: rgb(180,168,5); }
H1.HeaderClassName
{
color: #B4A805;
}
.AnyTagClassName
{
color: #B4A805;
}
</style>
background-color css
<style>
a { background-color: #B4A805; }
a { background-color: rgb(180,168,5); }
div.DivClassName
{
background-color: #B4A805;
}
.BgClassName
{
background-color: #B4A805;
}
</style>
border-color css
<style>
span { border-color: #B4A805; }
span { border-color: rgb(180,168,5); }
td.TdClassName
{
border-color: #B4A805;
}
.TagClassName
{
border-color: #B4A805;
}
</style>