Shades of La Rioja #B4BA0F
Tints of La Rioja #B4BA0F
RGB
CMYK
RGB Variations
Color information
#B4BA0F (or 0xB4BA0F) is known color: La Rioja. HEX triplet: B4, BA and 0F. RGB value is (180,186,15). Sum of RGB (Red+Green+Blue) = 180+186+15=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA0F is #4B45F0. Grayscale: #A5A5A5. Windows color (decimal): -4933105 or 1030836. OLE color: 1030836.
HSL color Cylindrical-coordinate representation of color #B4BA0F: hue angle of 62.11º 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 #B4BA0F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.27 |
| HSL | 62.11º | 0.85% | 0.39% | - |
| HSV(B) | 62.11º | 0.92% | 0.73% | - |
| XYZ | 36.47 | 44.86 | 7.19 | - |
| YUV | 164.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 15 | 0.03 | 0 | 0.92 | 0.27 | 62.11 | 0.85 | 0.39 |
| Hex | B4 | BA | F | 3 | 0 | 5C | 1B | 3E | 55 | 27 |
| Octal | 264 | 272 | 17 | 3 | 0 | 134 | 33 | 76 | 125 | 47 |
| Binary | 10110100 | 10111010 | 1111 | 11 | 0 | 1011100 | 11011 | 111110 | 1010101 | 100111 |
Color Harmonies of #B4BA0F
Complementary color
Monochromatic Colors of #B4BA0F
Black with #B4BA0F
Text Example
Text Example
White with #B4BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA0F; }
p { color: rgb(180,186,15); }
H1.HeaderClassName
{
color: #B4BA0F;
}
.AnyTagClassName
{
color: #B4BA0F;
}
</style>
background-color css
<style>
a { background-color: #B4BA0F; }
a { background-color: rgb(180,186,15); }
div.DivClassName
{
background-color: #B4BA0F;
}
.BgClassName
{
background-color: #B4BA0F;
}
</style>
border-color css
<style>
span { border-color: #B4BA0F; }
span { border-color: rgb(180,186,15); }
td.TdClassName
{
border-color: #B4BA0F;
}
.TagClassName
{
border-color: #B4BA0F;
}
</style>