Shades of La Rioja #B7B707
Tints of La Rioja #B7B707
RGB
CMYK
RGB Variations
Color information
#B7B707 (or 0xB7B707) is known color: La Rioja. HEX triplet: B7, B7 and 07. RGB value is (183,183,7). Sum of RGB (Red+Green+Blue) = 183+183+7=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B707 is #4848F8. Grayscale: #A3A3A3. Windows color (decimal): -4737273 or 505783. OLE color: 505783.
HSL color Cylindrical-coordinate representation of color #B7B707: hue angle of 60º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7B707 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 7 | - |
| CMYK | 0 | 0 | 0.96 | 0.28 |
| HSL | 60º | 0.93% | 0.37% | - |
| HSV(B) | 60º | 0.96% | 0.72% | - |
| XYZ | 36.5 | 43.95 | 6.76 | - |
| YUV | 162.94 | 40 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 7 | 0 | 0 | 0.96 | 0.28 | 60 | 0.93 | 0.37 |
| Hex | B7 | B7 | 7 | 0 | 0 | 60 | 1C | 3C | 5D | 25 |
| Octal | 267 | 267 | 7 | 0 | 0 | 140 | 34 | 74 | 135 | 45 |
| Binary | 10110111 | 10110111 | 111 | 0 | 0 | 1100000 | 11100 | 111100 | 1011101 | 100101 |
Color Harmonies of #B7B707
Complementary color
Monochromatic Colors of #B7B707
Black with #B7B707
Text Example
Text Example
White with #B7B707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B707; }
p { color: rgb(183,183,7); }
H1.HeaderClassName
{
color: #B7B707;
}
.AnyTagClassName
{
color: #B7B707;
}
</style>
background-color css
<style>
a { background-color: #B7B707; }
a { background-color: rgb(183,183,7); }
div.DivClassName
{
background-color: #B7B707;
}
.BgClassName
{
background-color: #B7B707;
}
</style>
border-color css
<style>
span { border-color: #B7B707; }
span { border-color: rgb(183,183,7); }
td.TdClassName
{
border-color: #B7B707;
}
.TagClassName
{
border-color: #B7B707;
}
</style>