Shades of La Rioja #B7B100
Tints of La Rioja #B7B100
RGB
CMYK
RGB Variations
Color information
#B7B100 (or 0xB7B100) is known color: La Rioja. HEX triplet: B7, B1 and 00. RGB value is (183,177,0). Sum of RGB (Red+Green+Blue) = 183+177+0=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B100 is #484EFF. Grayscale: #9F9F9F. Windows color (decimal): -4738816 or 45495. OLE color: 45495.
HSL color Cylindrical-coordinate representation of color #B7B100: hue angle of 58.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7B100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.28 |
| HSL | 58.03º | 1% | 0.36% | - |
| HSV(B) | 58.03º | 1% | 0.72% | - |
| XYZ | 35.25 | 41.51 | 6.15 | - |
| YUV | 158.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 0 | 0 | 0.03 | 1 | 0.28 | 58.03 | 1 | 0.36 |
| Hex | B7 | B1 | 0 | 0 | 3 | 64 | 1C | 3A | 64 | 24 |
| Octal | 267 | 261 | 0 | 0 | 3 | 144 | 34 | 72 | 144 | 44 |
| Binary | 10110111 | 10110001 | 0 | 0 | 11 | 1100100 | 11100 | 111010 | 1100100 | 100100 |
Color Harmonies of #B7B100
Complementary color
Monochromatic Colors of #B7B100
Black with #B7B100
Text Example
Text Example
White with #B7B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B100; }
p { color: rgb(183,177,0); }
H1.HeaderClassName
{
color: #B7B100;
}
.AnyTagClassName
{
color: #B7B100;
}
</style>
background-color css
<style>
a { background-color: #B7B100; }
a { background-color: rgb(183,177,0); }
div.DivClassName
{
background-color: #B7B100;
}
.BgClassName
{
background-color: #B7B100;
}
</style>
border-color css
<style>
span { border-color: #B7B100; }
span { border-color: rgb(183,177,0); }
td.TdClassName
{
border-color: #B7B100;
}
.TagClassName
{
border-color: #B7B100;
}
</style>