Shades of La Rioja #B7B610
Tints of La Rioja #B7B610
RGB
CMYK
RGB Variations
Color information
#B7B610 (or 0xB7B610) is known color: La Rioja. HEX triplet: B7, B6 and 10. RGB value is (183,182,16). Sum of RGB (Red+Green+Blue) = 183+182+16=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B610 is #4849EF. Grayscale: #A4A4A4. Windows color (decimal): -4737520 or 1095351. OLE color: 1095351.
HSL color Cylindrical-coordinate representation of color #B7B610: hue angle of 59.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7B610 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.28 |
| HSL | 59.64º | 0.84% | 0.39% | - |
| HSV(B) | 59.64º | 0.91% | 0.72% | - |
| XYZ | 36.35 | 43.56 | 6.98 | - |
| YUV | 163.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 16 | 0 | 0.01 | 0.91 | 0.28 | 59.64 | 0.84 | 0.39 |
| Hex | B7 | B6 | 10 | 0 | 1 | 5B | 1C | 3C | 54 | 27 |
| Octal | 267 | 266 | 20 | 0 | 1 | 133 | 34 | 74 | 124 | 47 |
| Binary | 10110111 | 10110110 | 10000 | 0 | 1 | 1011011 | 11100 | 111100 | 1010100 | 100111 |
Color Harmonies of #B7B610
Complementary color
Monochromatic Colors of #B7B610
Black with #B7B610
Text Example
Text Example
White with #B7B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B610; }
p { color: rgb(183,182,16); }
H1.HeaderClassName
{
color: #B7B610;
}
.AnyTagClassName
{
color: #B7B610;
}
</style>
background-color css
<style>
a { background-color: #B7B610; }
a { background-color: rgb(183,182,16); }
div.DivClassName
{
background-color: #B7B610;
}
.BgClassName
{
background-color: #B7B610;
}
</style>
border-color css
<style>
span { border-color: #B7B610; }
span { border-color: rgb(183,182,16); }
td.TdClassName
{
border-color: #B7B610;
}
.TagClassName
{
border-color: #B7B610;
}
</style>