Shades of La Rioja #B7B104
Tints of La Rioja #B7B104
RGB
CMYK
RGB Variations
Color information
#B7B104 (or 0xB7B104) is known color: La Rioja. HEX triplet: B7, B1 and 04. RGB value is (183,177,4). Sum of RGB (Red+Green+Blue) = 183+177+4=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B104 is #484EFB. Grayscale: #9F9F9F. Windows color (decimal): -4738812 or 307639. OLE color: 307639.
HSL color Cylindrical-coordinate representation of color #B7B104: hue angle of 57.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7B104 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.28 |
| HSL | 57.99º | 0.96% | 0.37% | - |
| HSV(B) | 57.99º | 0.98% | 0.72% | - |
| XYZ | 35.27 | 41.52 | 6.27 | - |
| YUV | 159.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 4 | 0 | 0.03 | 0.98 | 0.28 | 57.99 | 0.96 | 0.37 |
| Hex | B7 | B1 | 4 | 0 | 3 | 62 | 1C | 3A | 60 | 25 |
| Octal | 267 | 261 | 4 | 0 | 3 | 142 | 34 | 72 | 140 | 45 |
| Binary | 10110111 | 10110001 | 100 | 0 | 11 | 1100010 | 11100 | 111010 | 1100000 | 100101 |
Color Harmonies of #B7B104
Complementary color
Monochromatic Colors of #B7B104
Black with #B7B104
Text Example
Text Example
White with #B7B104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B104; }
p { color: rgb(183,177,4); }
H1.HeaderClassName
{
color: #B7B104;
}
.AnyTagClassName
{
color: #B7B104;
}
</style>
background-color css
<style>
a { background-color: #B7B104; }
a { background-color: rgb(183,177,4); }
div.DivClassName
{
background-color: #B7B104;
}
.BgClassName
{
background-color: #B7B104;
}
</style>
border-color css
<style>
span { border-color: #B7B104; }
span { border-color: rgb(183,177,4); }
td.TdClassName
{
border-color: #B7B104;
}
.TagClassName
{
border-color: #B7B104;
}
</style>