Shades of La Rioja #B7B705
Tints of La Rioja #B7B705
RGB
CMYK
RGB Variations
Color information
#B7B705 (or 0xB7B705) is known color: La Rioja. HEX triplet: B7, B7 and 05. RGB value is (183,183,5). Sum of RGB (Red+Green+Blue) = 183+183+5=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B705 is #4848FA. Grayscale: #A3A3A3. Windows color (decimal): -4737275 or 374711. OLE color: 374711.
HSL color Cylindrical-coordinate representation of color #B7B705: hue angle of 60º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7B705 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.28 |
| HSL | 60º | 0.95% | 0.37% | - |
| HSV(B) | 60º | 0.97% | 0.72% | - |
| XYZ | 36.49 | 43.95 | 6.7 | - |
| YUV | 162.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 5 | 0 | 0 | 0.97 | 0.28 | 60 | 0.95 | 0.37 |
| Hex | B7 | B7 | 5 | 0 | 0 | 61 | 1C | 3C | 5F | 25 |
| Octal | 267 | 267 | 5 | 0 | 0 | 141 | 34 | 74 | 137 | 45 |
| Binary | 10110111 | 10110111 | 101 | 0 | 0 | 1100001 | 11100 | 111100 | 1011111 | 100101 |
Color Harmonies of #B7B705
Complementary color
Monochromatic Colors of #B7B705
Black with #B7B705
Text Example
Text Example
White with #B7B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B705; }
p { color: rgb(183,183,5); }
H1.HeaderClassName
{
color: #B7B705;
}
.AnyTagClassName
{
color: #B7B705;
}
</style>
background-color css
<style>
a { background-color: #B7B705; }
a { background-color: rgb(183,183,5); }
div.DivClassName
{
background-color: #B7B705;
}
.BgClassName
{
background-color: #B7B705;
}
</style>
border-color css
<style>
span { border-color: #B7B705; }
span { border-color: rgb(183,183,5); }
td.TdClassName
{
border-color: #B7B705;
}
.TagClassName
{
border-color: #B7B705;
}
</style>