Shades of La Rioja #B5AB0A
Tints of La Rioja #B5AB0A
RGB
CMYK
RGB Variations
Color information
#B5AB0A (or 0xB5AB0A) is known color: La Rioja. HEX triplet: B5, AB and 0A. RGB value is (181,171,10). Sum of RGB (Red+Green+Blue) = 181+171+10=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AB0A is #4A54F5. Grayscale: #9C9C9C. Windows color (decimal): -4871414 or 699317. OLE color: 699317.
HSL color Cylindrical-coordinate representation of color #B5AB0A: hue angle of 56.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5AB0A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.29 |
| HSL | 56.49º | 0.9% | 0.37% | - |
| HSV(B) | 56.49º | 0.94% | 0.71% | - |
| XYZ | 33.67 | 38.97 | 6.03 | - |
| YUV | 155.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 10 | 0 | 0.06 | 0.94 | 0.29 | 56.49 | 0.9 | 0.37 |
| Hex | B5 | AB | A | 0 | 6 | 5E | 1D | 38 | 5A | 25 |
| Octal | 265 | 253 | 12 | 0 | 6 | 136 | 35 | 70 | 132 | 45 |
| Binary | 10110101 | 10101011 | 1010 | 0 | 110 | 1011110 | 11101 | 111000 | 1011010 | 100101 |
Color Harmonies of #B5AB0A
Complementary color
Monochromatic Colors of #B5AB0A
Black with #B5AB0A
Text Example
Text Example
White with #B5AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB0A; }
p { color: rgb(181,171,10); }
H1.HeaderClassName
{
color: #B5AB0A;
}
.AnyTagClassName
{
color: #B5AB0A;
}
</style>
background-color css
<style>
a { background-color: #B5AB0A; }
a { background-color: rgb(181,171,10); }
div.DivClassName
{
background-color: #B5AB0A;
}
.BgClassName
{
background-color: #B5AB0A;
}
</style>
border-color css
<style>
span { border-color: #B5AB0A; }
span { border-color: rgb(181,171,10); }
td.TdClassName
{
border-color: #B5AB0A;
}
.TagClassName
{
border-color: #B5AB0A;
}
</style>