Shades of La Rioja #B7BA10
Tints of La Rioja #B7BA10
RGB
CMYK
RGB Variations
Color information
#B7BA10 (or 0xB7BA10) is known color: La Rioja. HEX triplet: B7, BA and 10. RGB value is (183,186,16). Sum of RGB (Red+Green+Blue) = 183+186+16=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA10 is #4845EF. Grayscale: #A6A6A6. Windows color (decimal): -4736496 or 1096375. OLE color: 1096375.
HSL color Cylindrical-coordinate representation of color #B7BA10: hue angle of 61.06º degrees, saturation: 0.84, 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 #B7BA10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.27 |
| HSL | 61.06º | 0.84% | 0.4% | - |
| HSV(B) | 61.06º | 0.91% | 0.73% | - |
| XYZ | 37.18 | 45.22 | 7.26 | - |
| YUV | 165.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 16 | 0.02 | 0 | 0.91 | 0.27 | 61.06 | 0.84 | 0.4 |
| Hex | B7 | BA | 10 | 2 | 0 | 5B | 1B | 3D | 54 | 28 |
| Octal | 267 | 272 | 20 | 2 | 0 | 133 | 33 | 75 | 124 | 50 |
| Binary | 10110111 | 10111010 | 10000 | 10 | 0 | 1011011 | 11011 | 111101 | 1010100 | 101000 |
Color Harmonies of #B7BA10
Complementary color
Monochromatic Colors of #B7BA10
Black with #B7BA10
Text Example
Text Example
White with #B7BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA10; }
p { color: rgb(183,186,16); }
H1.HeaderClassName
{
color: #B7BA10;
}
.AnyTagClassName
{
color: #B7BA10;
}
</style>
background-color css
<style>
a { background-color: #B7BA10; }
a { background-color: rgb(183,186,16); }
div.DivClassName
{
background-color: #B7BA10;
}
.BgClassName
{
background-color: #B7BA10;
}
</style>
border-color css
<style>
span { border-color: #B7BA10; }
span { border-color: rgb(183,186,16); }
td.TdClassName
{
border-color: #B7BA10;
}
.TagClassName
{
border-color: #B7BA10;
}
</style>