Shades of La Rioja #B7B30A
Tints of La Rioja #B7B30A
RGB
CMYK
RGB Variations
Color information
#B7B30A (or 0xB7B30A) is known color: La Rioja. HEX triplet: B7, B3 and 0A. RGB value is (183,179,10). Sum of RGB (Red+Green+Blue) = 183+179+10=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B30A is #484CF5. Grayscale: #A1A1A1. Windows color (decimal): -4738294 or 701367. OLE color: 701367.
HSL color Cylindrical-coordinate representation of color #B7B30A: hue angle of 58.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7B30A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.28 |
| HSL | 58.61º | 0.9% | 0.38% | - |
| HSV(B) | 58.61º | 0.95% | 0.72% | - |
| XYZ | 35.7 | 42.33 | 6.58 | - |
| YUV | 160.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 10 | 0 | 0.02 | 0.95 | 0.28 | 58.61 | 0.9 | 0.38 |
| Hex | B7 | B3 | A | 0 | 2 | 5F | 1C | 3B | 5A | 26 |
| Octal | 267 | 263 | 12 | 0 | 2 | 137 | 34 | 73 | 132 | 46 |
| Binary | 10110111 | 10110011 | 1010 | 0 | 10 | 1011111 | 11100 | 111011 | 1011010 | 100110 |
Color Harmonies of #B7B30A
Complementary color
Monochromatic Colors of #B7B30A
Black with #B7B30A
Text Example
Text Example
White with #B7B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B30A; }
p { color: rgb(183,179,10); }
H1.HeaderClassName
{
color: #B7B30A;
}
.AnyTagClassName
{
color: #B7B30A;
}
</style>
background-color css
<style>
a { background-color: #B7B30A; }
a { background-color: rgb(183,179,10); }
div.DivClassName
{
background-color: #B7B30A;
}
.BgClassName
{
background-color: #B7B30A;
}
</style>
border-color css
<style>
span { border-color: #B7B30A; }
span { border-color: rgb(183,179,10); }
td.TdClassName
{
border-color: #B7B30A;
}
.TagClassName
{
border-color: #B7B30A;
}
</style>