Shades of La Rioja #B7B10E
Tints of La Rioja #B7B10E
RGB
CMYK
RGB Variations
Color information
#B7B10E (or 0xB7B10E) is known color: La Rioja. HEX triplet: B7, B1 and 0E. RGB value is (183,177,14). Sum of RGB (Red+Green+Blue) = 183+177+14=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B10E is #484EF1. Grayscale: #A0A0A0. Windows color (decimal): -4738802 or 962999. OLE color: 962999.
HSL color Cylindrical-coordinate representation of color #B7B10E: hue angle of 57.87º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7B10E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 14 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.28 |
| HSL | 57.87º | 0.86% | 0.39% | - |
| HSV(B) | 57.87º | 0.92% | 0.72% | - |
| XYZ | 35.33 | 41.54 | 6.57 | - |
| YUV | 160.21 | 45.49 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 14 | 0 | 0.03 | 0.92 | 0.28 | 57.87 | 0.86 | 0.39 |
| Hex | B7 | B1 | E | 0 | 3 | 5C | 1C | 3A | 56 | 27 |
| Octal | 267 | 261 | 16 | 0 | 3 | 134 | 34 | 72 | 126 | 47 |
| Binary | 10110111 | 10110001 | 1110 | 0 | 11 | 1011100 | 11100 | 111010 | 1010110 | 100111 |
Color Harmonies of #B7B10E
Complementary color
Monochromatic Colors of #B7B10E
Black with #B7B10E
Text Example
Text Example
White with #B7B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B10E; }
p { color: rgb(183,177,14); }
H1.HeaderClassName
{
color: #B7B10E;
}
.AnyTagClassName
{
color: #B7B10E;
}
</style>
background-color css
<style>
a { background-color: #B7B10E; }
a { background-color: rgb(183,177,14); }
div.DivClassName
{
background-color: #B7B10E;
}
.BgClassName
{
background-color: #B7B10E;
}
</style>
border-color css
<style>
span { border-color: #B7B10E; }
span { border-color: rgb(183,177,14); }
td.TdClassName
{
border-color: #B7B10E;
}
.TagClassName
{
border-color: #B7B10E;
}
</style>