Shades of La Rioja #B5BA0F
Tints of La Rioja #B5BA0F
RGB
CMYK
RGB Variations
Color information
#B5BA0F (or 0xB5BA0F) is known color: La Rioja. HEX triplet: B5, BA and 0F. RGB value is (181,186,15). Sum of RGB (Red+Green+Blue) = 181+186+15=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA0F is #4A45F0. Grayscale: #A5A5A5. Windows color (decimal): -4867569 or 1030837. OLE color: 1030837.
HSL color Cylindrical-coordinate representation of color #B5BA0F: hue angle of 61.75º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5BA0F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.27 |
| HSL | 61.75º | 0.85% | 0.39% | - |
| HSV(B) | 61.75º | 0.92% | 0.73% | - |
| XYZ | 36.7 | 44.98 | 7.2 | - |
| YUV | 165.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 15 | 0.03 | 0 | 0.92 | 0.27 | 61.75 | 0.85 | 0.39 |
| Hex | B5 | BA | F | 3 | 0 | 5C | 1B | 3E | 55 | 27 |
| Octal | 265 | 272 | 17 | 3 | 0 | 134 | 33 | 76 | 125 | 47 |
| Binary | 10110101 | 10111010 | 1111 | 11 | 0 | 1011100 | 11011 | 111110 | 1010101 | 100111 |
Color Harmonies of #B5BA0F
Complementary color
Monochromatic Colors of #B5BA0F
Black with #B5BA0F
Text Example
Text Example
White with #B5BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA0F; }
p { color: rgb(181,186,15); }
H1.HeaderClassName
{
color: #B5BA0F;
}
.AnyTagClassName
{
color: #B5BA0F;
}
</style>
background-color css
<style>
a { background-color: #B5BA0F; }
a { background-color: rgb(181,186,15); }
div.DivClassName
{
background-color: #B5BA0F;
}
.BgClassName
{
background-color: #B5BA0F;
}
</style>
border-color css
<style>
span { border-color: #B5BA0F; }
span { border-color: rgb(181,186,15); }
td.TdClassName
{
border-color: #B5BA0F;
}
.TagClassName
{
border-color: #B5BA0F;
}
</style>