Shades of La Rioja #B5A908
Tints of La Rioja #B5A908
RGB
CMYK
RGB Variations
Color information
#B5A908 (or 0xB5A908) is known color: La Rioja. HEX triplet: B5, A9 and 08. RGB value is (181,169,8). Sum of RGB (Red+Green+Blue) = 181+169+8=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A908 is #4A56F7. Grayscale: #9A9A9A. Windows color (decimal): -4871928 or 567733. OLE color: 567733.
HSL color Cylindrical-coordinate representation of color #B5A908: hue angle of 55.84º degrees, saturation: 0.92, 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 #B5A908 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.29 |
| HSL | 55.84º | 0.92% | 0.37% | - |
| HSV(B) | 55.84º | 0.96% | 0.71% | - |
| XYZ | 33.29 | 38.22 | 5.85 | - |
| YUV | 154.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 8 | 0 | 0.07 | 0.96 | 0.29 | 55.84 | 0.92 | 0.37 |
| Hex | B5 | A9 | 8 | 0 | 7 | 60 | 1D | 38 | 5C | 25 |
| Octal | 265 | 251 | 10 | 0 | 7 | 140 | 35 | 70 | 134 | 45 |
| Binary | 10110101 | 10101001 | 1000 | 0 | 111 | 1100000 | 11101 | 111000 | 1011100 | 100101 |
Color Harmonies of #B5A908
Complementary color
Monochromatic Colors of #B5A908
Black with #B5A908
Text Example
Text Example
White with #B5A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A908; }
p { color: rgb(181,169,8); }
H1.HeaderClassName
{
color: #B5A908;
}
.AnyTagClassName
{
color: #B5A908;
}
</style>
background-color css
<style>
a { background-color: #B5A908; }
a { background-color: rgb(181,169,8); }
div.DivClassName
{
background-color: #B5A908;
}
.BgClassName
{
background-color: #B5A908;
}
</style>
border-color css
<style>
span { border-color: #B5A908; }
span { border-color: rgb(181,169,8); }
td.TdClassName
{
border-color: #B5A908;
}
.TagClassName
{
border-color: #B5A908;
}
</style>