Shades of La Rioja #B7BA04
Tints of La Rioja #B7BA04
RGB
CMYK
RGB Variations
Color information
#B7BA04 (or 0xB7BA04) is known color: La Rioja. HEX triplet: B7, BA and 04. RGB value is (183,186,4). Sum of RGB (Red+Green+Blue) = 183+186+4=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA04 is #4845FB. Grayscale: #A5A5A5. Windows color (decimal): -4736508 or 309943. OLE color: 309943.
HSL color Cylindrical-coordinate representation of color #B7BA04: hue angle of 60.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7BA04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.27 |
| HSL | 60.99º | 0.96% | 0.37% | - |
| HSV(B) | 60.99º | 0.98% | 0.73% | - |
| XYZ | 37.11 | 45.19 | 6.88 | - |
| YUV | 164.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 4 | 0.02 | 0 | 0.98 | 0.27 | 60.99 | 0.96 | 0.37 |
| Hex | B7 | BA | 4 | 2 | 0 | 62 | 1B | 3D | 60 | 25 |
| Octal | 267 | 272 | 4 | 2 | 0 | 142 | 33 | 75 | 140 | 45 |
| Binary | 10110111 | 10111010 | 100 | 10 | 0 | 1100010 | 11011 | 111101 | 1100000 | 100101 |
Color Harmonies of #B7BA04
Complementary color
Monochromatic Colors of #B7BA04
Black with #B7BA04
Text Example
Text Example
White with #B7BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA04; }
p { color: rgb(183,186,4); }
H1.HeaderClassName
{
color: #B7BA04;
}
.AnyTagClassName
{
color: #B7BA04;
}
</style>
background-color css
<style>
a { background-color: #B7BA04; }
a { background-color: rgb(183,186,4); }
div.DivClassName
{
background-color: #B7BA04;
}
.BgClassName
{
background-color: #B7BA04;
}
</style>
border-color css
<style>
span { border-color: #B7BA04; }
span { border-color: rgb(183,186,4); }
td.TdClassName
{
border-color: #B7BA04;
}
.TagClassName
{
border-color: #B7BA04;
}
</style>