Shades of La Rioja #B9B40E
Tints of La Rioja #B9B40E
RGB
CMYK
RGB Variations
Color information
#B9B40E (or 0xB9B40E) is known color: La Rioja. HEX triplet: B9, B4 and 0E. RGB value is (185,180,14). Sum of RGB (Red+Green+Blue) = 185+180+14=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B40E is #464BF1. Grayscale: #A3A3A3. Windows color (decimal): -4606962 or 963769. OLE color: 963769.
HSL color Cylindrical-coordinate representation of color #B9B40E: hue angle of 58.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9B40E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 14 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.27 |
| HSL | 58.25º | 0.86% | 0.39% | - |
| HSV(B) | 58.25º | 0.92% | 0.73% | - |
| XYZ | 36.41 | 42.99 | 6.79 | - |
| YUV | 162.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 14 | 0 | 0.03 | 0.92 | 0.27 | 58.25 | 0.86 | 0.39 |
| Hex | B9 | B4 | E | 0 | 3 | 5C | 1B | 3A | 56 | 27 |
| Octal | 271 | 264 | 16 | 0 | 3 | 134 | 33 | 72 | 126 | 47 |
| Binary | 10111001 | 10110100 | 1110 | 0 | 11 | 1011100 | 11011 | 111010 | 1010110 | 100111 |
Color Harmonies of #B9B40E
Complementary color
Monochromatic Colors of #B9B40E
Black with #B9B40E
Text Example
Text Example
White with #B9B40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B40E; }
p { color: rgb(185,180,14); }
H1.HeaderClassName
{
color: #B9B40E;
}
.AnyTagClassName
{
color: #B9B40E;
}
</style>
background-color css
<style>
a { background-color: #B9B40E; }
a { background-color: rgb(185,180,14); }
div.DivClassName
{
background-color: #B9B40E;
}
.BgClassName
{
background-color: #B9B40E;
}
</style>
border-color css
<style>
span { border-color: #B9B40E; }
span { border-color: rgb(185,180,14); }
td.TdClassName
{
border-color: #B9B40E;
}
.TagClassName
{
border-color: #B9B40E;
}
</style>