Shades of La Rioja #B5B40A
Tints of La Rioja #B5B40A
RGB
CMYK
RGB Variations
Color information
#B5B40A (or 0xB5B40A) is known color: La Rioja. HEX triplet: B5, B4 and 0A. RGB value is (181,180,10). Sum of RGB (Red+Green+Blue) = 181+180+10=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B40A is #4A4BF5. Grayscale: #A1A1A1. Windows color (decimal): -4869110 or 701621. OLE color: 701621.
HSL color Cylindrical-coordinate representation of color #B5B40A: hue angle of 59.65º 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 #B5B40A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.29 |
| HSL | 59.65º | 0.9% | 0.37% | - |
| HSV(B) | 59.65º | 0.94% | 0.71% | - |
| XYZ | 35.43 | 42.49 | 6.62 | - |
| YUV | 160.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 10 | 0 | 0.01 | 0.94 | 0.29 | 59.65 | 0.9 | 0.37 |
| Hex | B5 | B4 | A | 0 | 1 | 5E | 1D | 3C | 5A | 25 |
| Octal | 265 | 264 | 12 | 0 | 1 | 136 | 35 | 74 | 132 | 45 |
| Binary | 10110101 | 10110100 | 1010 | 0 | 1 | 1011110 | 11101 | 111100 | 1011010 | 100101 |
Color Harmonies of #B5B40A
Complementary color
Monochromatic Colors of #B5B40A
Black with #B5B40A
Text Example
Text Example
White with #B5B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B40A; }
p { color: rgb(181,180,10); }
H1.HeaderClassName
{
color: #B5B40A;
}
.AnyTagClassName
{
color: #B5B40A;
}
</style>
background-color css
<style>
a { background-color: #B5B40A; }
a { background-color: rgb(181,180,10); }
div.DivClassName
{
background-color: #B5B40A;
}
.BgClassName
{
background-color: #B5B40A;
}
</style>
border-color css
<style>
span { border-color: #B5B40A; }
span { border-color: rgb(181,180,10); }
td.TdClassName
{
border-color: #B5B40A;
}
.TagClassName
{
border-color: #B5B40A;
}
</style>