Shades of La Rioja #B5A807
Tints of La Rioja #B5A807
RGB
CMYK
RGB Variations
Color information
#B5A807 (or 0xB5A807) is known color: La Rioja. HEX triplet: B5, A8 and 07. RGB value is (181,168,7). Sum of RGB (Red+Green+Blue) = 181+168+7=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A807 is #4A57F8. Grayscale: #9A9A9A. Windows color (decimal): -4872185 or 501941. OLE color: 501941.
HSL color Cylindrical-coordinate representation of color #B5A807: hue angle of 55.52º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5A807 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.29 |
| HSL | 55.52º | 0.93% | 0.37% | - |
| HSV(B) | 55.52º | 0.96% | 0.71% | - |
| XYZ | 33.1 | 37.84 | 5.76 | - |
| YUV | 153.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 7 | 0 | 0.07 | 0.96 | 0.29 | 55.52 | 0.93 | 0.37 |
| Hex | B5 | A8 | 7 | 0 | 7 | 60 | 1D | 38 | 5D | 25 |
| Octal | 265 | 250 | 7 | 0 | 7 | 140 | 35 | 70 | 135 | 45 |
| Binary | 10110101 | 10101000 | 111 | 0 | 111 | 1100000 | 11101 | 111000 | 1011101 | 100101 |
Color Harmonies of #B5A807
Complementary color
Monochromatic Colors of #B5A807
Black with #B5A807
Text Example
Text Example
White with #B5A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A807; }
p { color: rgb(181,168,7); }
H1.HeaderClassName
{
color: #B5A807;
}
.AnyTagClassName
{
color: #B5A807;
}
</style>
background-color css
<style>
a { background-color: #B5A807; }
a { background-color: rgb(181,168,7); }
div.DivClassName
{
background-color: #B5A807;
}
.BgClassName
{
background-color: #B5A807;
}
</style>
border-color css
<style>
span { border-color: #B5A807; }
span { border-color: rgb(181,168,7); }
td.TdClassName
{
border-color: #B5A807;
}
.TagClassName
{
border-color: #B5A807;
}
</style>