Shades of La Rioja #B4B90B
Tints of La Rioja #B4B90B
RGB
CMYK
RGB Variations
Color information
#B4B90B (or 0xB4B90B) is known color: La Rioja. HEX triplet: B4, B9 and 0B. RGB value is (180,185,11). Sum of RGB (Red+Green+Blue) = 180+185+11=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B90B is #4B46F4. Grayscale: #A4A4A4. Windows color (decimal): -4933365 or 768436. OLE color: 768436.
HSL color Cylindrical-coordinate representation of color #B4B90B: hue angle of 61.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4B90B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.27 |
| HSL | 61.72º | 0.89% | 0.38% | - |
| HSV(B) | 61.72º | 0.94% | 0.73% | - |
| XYZ | 36.23 | 44.43 | 6.98 | - |
| YUV | 163.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 11 | 0.03 | 0 | 0.94 | 0.27 | 61.72 | 0.89 | 0.38 |
| Hex | B4 | B9 | B | 3 | 0 | 5E | 1B | 3E | 59 | 26 |
| Octal | 264 | 271 | 13 | 3 | 0 | 136 | 33 | 76 | 131 | 46 |
| Binary | 10110100 | 10111001 | 1011 | 11 | 0 | 1011110 | 11011 | 111110 | 1011001 | 100110 |
Color Harmonies of #B4B90B
Complementary color
Monochromatic Colors of #B4B90B
Black with #B4B90B
Text Example
Text Example
White with #B4B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B90B; }
p { color: rgb(180,185,11); }
H1.HeaderClassName
{
color: #B4B90B;
}
.AnyTagClassName
{
color: #B4B90B;
}
</style>
background-color css
<style>
a { background-color: #B4B90B; }
a { background-color: rgb(180,185,11); }
div.DivClassName
{
background-color: #B4B90B;
}
.BgClassName
{
background-color: #B4B90B;
}
</style>
border-color css
<style>
span { border-color: #B4B90B; }
span { border-color: rgb(180,185,11); }
td.TdClassName
{
border-color: #B4B90B;
}
.TagClassName
{
border-color: #B4B90B;
}
</style>