Shades of La Rioja #B7B10C
Tints of La Rioja #B7B10C
RGB
CMYK
RGB Variations
Color information
#B7B10C (or 0xB7B10C) is known color: La Rioja. HEX triplet: B7, B1 and 0C. RGB value is (183,177,12). Sum of RGB (Red+Green+Blue) = 183+177+12=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B10C is #484EF3. Grayscale: #A0A0A0. Windows color (decimal): -4738804 or 831927. OLE color: 831927.
HSL color Cylindrical-coordinate representation of color #B7B10C: hue angle of 57.89º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7B10C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 12 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.28 |
| HSL | 57.89º | 0.88% | 0.38% | - |
| HSV(B) | 57.89º | 0.93% | 0.72% | - |
| XYZ | 35.32 | 41.54 | 6.5 | - |
| YUV | 159.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 12 | 0 | 0.03 | 0.93 | 0.28 | 57.89 | 0.88 | 0.38 |
| Hex | B7 | B1 | C | 0 | 3 | 5D | 1C | 3A | 58 | 26 |
| Octal | 267 | 261 | 14 | 0 | 3 | 135 | 34 | 72 | 130 | 46 |
| Binary | 10110111 | 10110001 | 1100 | 0 | 11 | 1011101 | 11100 | 111010 | 1011000 | 100110 |
Color Harmonies of #B7B10C
Complementary color
Monochromatic Colors of #B7B10C
Black with #B7B10C
Text Example
Text Example
White with #B7B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B10C; }
p { color: rgb(183,177,12); }
H1.HeaderClassName
{
color: #B7B10C;
}
.AnyTagClassName
{
color: #B7B10C;
}
</style>
background-color css
<style>
a { background-color: #B7B10C; }
a { background-color: rgb(183,177,12); }
div.DivClassName
{
background-color: #B7B10C;
}
.BgClassName
{
background-color: #B7B10C;
}
</style>
border-color css
<style>
span { border-color: #B7B10C; }
span { border-color: rgb(183,177,12); }
td.TdClassName
{
border-color: #B7B10C;
}
.TagClassName
{
border-color: #B7B10C;
}
</style>