Shades of La Rioja #B7B506
Tints of La Rioja #B7B506
RGB
CMYK
RGB Variations
Color information
#B7B506 (or 0xB7B506) is known color: La Rioja. HEX triplet: B7, B5 and 06. RGB value is (183,181,6). Sum of RGB (Red+Green+Blue) = 183+181+6=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B506 is #484AF9. Grayscale: #A2A2A2. Windows color (decimal): -4737786 or 439735. OLE color: 439735.
HSL color Cylindrical-coordinate representation of color #B7B506: hue angle of 59.32º degrees, saturation: 0.94, 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 #B7B506 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.28 |
| HSL | 59.32º | 0.94% | 0.37% | - |
| HSV(B) | 59.32º | 0.97% | 0.72% | - |
| XYZ | 36.09 | 43.13 | 6.59 | - |
| YUV | 161.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 6 | 0 | 0.01 | 0.97 | 0.28 | 59.32 | 0.94 | 0.37 |
| Hex | B7 | B5 | 6 | 0 | 1 | 61 | 1C | 3B | 5E | 25 |
| Octal | 267 | 265 | 6 | 0 | 1 | 141 | 34 | 73 | 136 | 45 |
| Binary | 10110111 | 10110101 | 110 | 0 | 1 | 1100001 | 11100 | 111011 | 1011110 | 100101 |
Color Harmonies of #B7B506
Complementary color
Monochromatic Colors of #B7B506
Black with #B7B506
Text Example
Text Example
White with #B7B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B506; }
p { color: rgb(183,181,6); }
H1.HeaderClassName
{
color: #B7B506;
}
.AnyTagClassName
{
color: #B7B506;
}
</style>
background-color css
<style>
a { background-color: #B7B506; }
a { background-color: rgb(183,181,6); }
div.DivClassName
{
background-color: #B7B506;
}
.BgClassName
{
background-color: #B7B506;
}
</style>
border-color css
<style>
span { border-color: #B7B506; }
span { border-color: rgb(183,181,6); }
td.TdClassName
{
border-color: #B7B506;
}
.TagClassName
{
border-color: #B7B506;
}
</style>