Shades of La Rioja #B7B314
Tints of La Rioja #B7B314
RGB
CMYK
RGB Variations
Color information
#B7B314 (or 0xB7B314) is known color: La Rioja. HEX triplet: B7, B3 and 14. RGB value is (183,179,20). Sum of RGB (Red+Green+Blue) = 183+179+20=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B314 is #484CEB. Grayscale: #A2A2A2. Windows color (decimal): -4738284 or 1356727. OLE color: 1356727.
HSL color Cylindrical-coordinate representation of color #B7B314: hue angle of 58.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7B314 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 20 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.28 |
| HSL | 58.53º | 0.8% | 0.4% | - |
| HSV(B) | 58.53º | 0.89% | 0.72% | - |
| XYZ | 35.77 | 42.36 | 6.95 | - |
| YUV | 162.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 20 | 0 | 0.02 | 0.89 | 0.28 | 58.53 | 0.8 | 0.4 |
| Hex | B7 | B3 | 14 | 0 | 2 | 59 | 1C | 3B | 50 | 28 |
| Octal | 267 | 263 | 24 | 0 | 2 | 131 | 34 | 73 | 120 | 50 |
| Binary | 10110111 | 10110011 | 10100 | 0 | 10 | 1011001 | 11100 | 111011 | 1010000 | 101000 |
Color Harmonies of #B7B314
Complementary color
Monochromatic Colors of #B7B314
Black with #B7B314
Text Example
Text Example
White with #B7B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B314; }
p { color: rgb(183,179,20); }
H1.HeaderClassName
{
color: #B7B314;
}
.AnyTagClassName
{
color: #B7B314;
}
</style>
background-color css
<style>
a { background-color: #B7B314; }
a { background-color: rgb(183,179,20); }
div.DivClassName
{
background-color: #B7B314;
}
.BgClassName
{
background-color: #B7B314;
}
</style>
border-color css
<style>
span { border-color: #B7B314; }
span { border-color: rgb(183,179,20); }
td.TdClassName
{
border-color: #B7B314;
}
.TagClassName
{
border-color: #B7B314;
}
</style>