Shades of La Rioja #B7BA11
Tints of La Rioja #B7BA11
RGB
CMYK
RGB Variations
Color information
#B7BA11 (or 0xB7BA11) is known color: La Rioja. HEX triplet: B7, BA and 11. RGB value is (183,186,17). Sum of RGB (Red+Green+Blue) = 183+186+17=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA11 is #4845EE. Grayscale: #A6A6A6. Windows color (decimal): -4736495 or 1161911. OLE color: 1161911.
HSL color Cylindrical-coordinate representation of color #B7BA11: hue angle of 61.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7BA11 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.27 |
| HSL | 61.07º | 0.83% | 0.4% | - |
| HSV(B) | 61.07º | 0.91% | 0.73% | - |
| XYZ | 37.19 | 45.23 | 7.3 | - |
| YUV | 165.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 17 | 0.02 | 0 | 0.91 | 0.27 | 61.07 | 0.83 | 0.4 |
| Hex | B7 | BA | 11 | 2 | 0 | 5B | 1B | 3D | 53 | 28 |
| Octal | 267 | 272 | 21 | 2 | 0 | 133 | 33 | 75 | 123 | 50 |
| Binary | 10110111 | 10111010 | 10001 | 10 | 0 | 1011011 | 11011 | 111101 | 1010011 | 101000 |
Color Harmonies of #B7BA11
Complementary color
Monochromatic Colors of #B7BA11
Black with #B7BA11
Text Example
Text Example
White with #B7BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA11; }
p { color: rgb(183,186,17); }
H1.HeaderClassName
{
color: #B7BA11;
}
.AnyTagClassName
{
color: #B7BA11;
}
</style>
background-color css
<style>
a { background-color: #B7BA11; }
a { background-color: rgb(183,186,17); }
div.DivClassName
{
background-color: #B7BA11;
}
.BgClassName
{
background-color: #B7BA11;
}
</style>
border-color css
<style>
span { border-color: #B7BA11; }
span { border-color: rgb(183,186,17); }
td.TdClassName
{
border-color: #B7BA11;
}
.TagClassName
{
border-color: #B7BA11;
}
</style>