Shades of La Rioja #B7BA09
Tints of La Rioja #B7BA09
RGB
CMYK
RGB Variations
Color information
#B7BA09 (or 0xB7BA09) is known color: La Rioja. HEX triplet: B7, BA and 09. RGB value is (183,186,9). Sum of RGB (Red+Green+Blue) = 183+186+9=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA09 is #4845F6. Grayscale: #A5A5A5. Windows color (decimal): -4736503 or 637623. OLE color: 637623.
HSL color Cylindrical-coordinate representation of color #B7BA09: hue angle of 61.02º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7BA09 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 9 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.27 |
| HSL | 61.02º | 0.91% | 0.38% | - |
| HSV(B) | 61.02º | 0.95% | 0.73% | - |
| XYZ | 37.14 | 45.2 | 7.03 | - |
| YUV | 164.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 9 | 0.02 | 0 | 0.95 | 0.27 | 61.02 | 0.91 | 0.38 |
| Hex | B7 | BA | 9 | 2 | 0 | 5F | 1B | 3D | 5B | 26 |
| Octal | 267 | 272 | 11 | 2 | 0 | 137 | 33 | 75 | 133 | 46 |
| Binary | 10110111 | 10111010 | 1001 | 10 | 0 | 1011111 | 11011 | 111101 | 1011011 | 100110 |
Color Harmonies of #B7BA09
Complementary color
Monochromatic Colors of #B7BA09
Black with #B7BA09
Text Example
Text Example
White with #B7BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA09; }
p { color: rgb(183,186,9); }
H1.HeaderClassName
{
color: #B7BA09;
}
.AnyTagClassName
{
color: #B7BA09;
}
</style>
background-color css
<style>
a { background-color: #B7BA09; }
a { background-color: rgb(183,186,9); }
div.DivClassName
{
background-color: #B7BA09;
}
.BgClassName
{
background-color: #B7BA09;
}
</style>
border-color css
<style>
span { border-color: #B7BA09; }
span { border-color: rgb(183,186,9); }
td.TdClassName
{
border-color: #B7BA09;
}
.TagClassName
{
border-color: #B7BA09;
}
</style>