Shades of La Rioja #B7B60B
Tints of La Rioja #B7B60B
RGB
CMYK
RGB Variations
Color information
#B7B60B (or 0xB7B60B) is known color: La Rioja. HEX triplet: B7, B6 and 0B. RGB value is (183,182,11). Sum of RGB (Red+Green+Blue) = 183+182+11=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B60B is #4849F4. Grayscale: #A3A3A3. Windows color (decimal): -4737525 or 767671. OLE color: 767671.
HSL color Cylindrical-coordinate representation of color #B7B60B: hue angle of 59.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7B60B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.28 |
| HSL | 59.65º | 0.89% | 0.38% | - |
| HSV(B) | 59.65º | 0.94% | 0.72% | - |
| XYZ | 36.32 | 43.55 | 6.81 | - |
| YUV | 162.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 11 | 0 | 0.01 | 0.94 | 0.28 | 59.65 | 0.89 | 0.38 |
| Hex | B7 | B6 | B | 0 | 1 | 5E | 1C | 3C | 59 | 26 |
| Octal | 267 | 266 | 13 | 0 | 1 | 136 | 34 | 74 | 131 | 46 |
| Binary | 10110111 | 10110110 | 1011 | 0 | 1 | 1011110 | 11100 | 111100 | 1011001 | 100110 |
Color Harmonies of #B7B60B
Complementary color
Monochromatic Colors of #B7B60B
Black with #B7B60B
Text Example
Text Example
White with #B7B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B60B; }
p { color: rgb(183,182,11); }
H1.HeaderClassName
{
color: #B7B60B;
}
.AnyTagClassName
{
color: #B7B60B;
}
</style>
background-color css
<style>
a { background-color: #B7B60B; }
a { background-color: rgb(183,182,11); }
div.DivClassName
{
background-color: #B7B60B;
}
.BgClassName
{
background-color: #B7B60B;
}
</style>
border-color css
<style>
span { border-color: #B7B60B; }
span { border-color: rgb(183,182,11); }
td.TdClassName
{
border-color: #B7B60B;
}
.TagClassName
{
border-color: #B7B60B;
}
</style>