Shades of La Rioja #B7BA0D
Tints of La Rioja #B7BA0D
RGB
CMYK
RGB Variations
Color information
#B7BA0D (or 0xB7BA0D) is known color: La Rioja. HEX triplet: B7, BA and 0D. RGB value is (183,186,13). Sum of RGB (Red+Green+Blue) = 183+186+13=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA0D is #4845F2. Grayscale: #A6A6A6. Windows color (decimal): -4736499 or 899767. OLE color: 899767.
HSL color Cylindrical-coordinate representation of color #B7BA0D: hue angle of 61.04º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7BA0D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.27 |
| HSL | 61.04º | 0.87% | 0.39% | - |
| HSV(B) | 61.04º | 0.93% | 0.73% | - |
| XYZ | 37.16 | 45.21 | 7.15 | - |
| YUV | 165.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 13 | 0.02 | 0 | 0.93 | 0.27 | 61.04 | 0.87 | 0.39 |
| Hex | B7 | BA | D | 2 | 0 | 5D | 1B | 3D | 57 | 27 |
| Octal | 267 | 272 | 15 | 2 | 0 | 135 | 33 | 75 | 127 | 47 |
| Binary | 10110111 | 10111010 | 1101 | 10 | 0 | 1011101 | 11011 | 111101 | 1010111 | 100111 |
Color Harmonies of #B7BA0D
Complementary color
Monochromatic Colors of #B7BA0D
Black with #B7BA0D
Text Example
Text Example
White with #B7BA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA0D; }
p { color: rgb(183,186,13); }
H1.HeaderClassName
{
color: #B7BA0D;
}
.AnyTagClassName
{
color: #B7BA0D;
}
</style>
background-color css
<style>
a { background-color: #B7BA0D; }
a { background-color: rgb(183,186,13); }
div.DivClassName
{
background-color: #B7BA0D;
}
.BgClassName
{
background-color: #B7BA0D;
}
</style>
border-color css
<style>
span { border-color: #B7BA0D; }
span { border-color: rgb(183,186,13); }
td.TdClassName
{
border-color: #B7BA0D;
}
.TagClassName
{
border-color: #B7BA0D;
}
</style>