Shades of La Rioja #B6BA10
Tints of La Rioja #B6BA10
RGB
CMYK
RGB Variations
Color information
#B6BA10 (or 0xB6BA10) is known color: La Rioja. HEX triplet: B6, BA and 10. RGB value is (182,186,16). Sum of RGB (Red+Green+Blue) = 182+186+16=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BA10 is #4945EF. Grayscale: #A6A6A6. Windows color (decimal): -4802032 or 1096374. OLE color: 1096374.
HSL color Cylindrical-coordinate representation of color #B6BA10: hue angle of 61.41º 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 #B6BA10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.27 |
| HSL | 61.41º | 0.84% | 0.4% | - |
| HSV(B) | 61.41º | 0.91% | 0.73% | - |
| XYZ | 36.94 | 45.1 | 7.25 | - |
| YUV | 165.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 16 | 0.02 | 0 | 0.91 | 0.27 | 61.41 | 0.84 | 0.4 |
| Hex | B6 | BA | 10 | 2 | 0 | 5B | 1B | 3D | 54 | 28 |
| Octal | 266 | 272 | 20 | 2 | 0 | 133 | 33 | 75 | 124 | 50 |
| Binary | 10110110 | 10111010 | 10000 | 10 | 0 | 1011011 | 11011 | 111101 | 1010100 | 101000 |
Color Harmonies of #B6BA10
Complementary color
Monochromatic Colors of #B6BA10
Black with #B6BA10
Text Example
Text Example
White with #B6BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA10; }
p { color: rgb(182,186,16); }
H1.HeaderClassName
{
color: #B6BA10;
}
.AnyTagClassName
{
color: #B6BA10;
}
</style>
background-color css
<style>
a { background-color: #B6BA10; }
a { background-color: rgb(182,186,16); }
div.DivClassName
{
background-color: #B6BA10;
}
.BgClassName
{
background-color: #B6BA10;
}
</style>
border-color css
<style>
span { border-color: #B6BA10; }
span { border-color: rgb(182,186,16); }
td.TdClassName
{
border-color: #B6BA10;
}
.TagClassName
{
border-color: #B6BA10;
}
</style>