Shades of La Rioja #B7B30B
Tints of La Rioja #B7B30B
RGB
CMYK
RGB Variations
Color information
#B7B30B (or 0xB7B30B) is known color: La Rioja. HEX triplet: B7, B3 and 0B. RGB value is (183,179,11). Sum of RGB (Red+Green+Blue) = 183+179+11=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B30B is #484CF4. Grayscale: #A1A1A1. Windows color (decimal): -4738293 or 766903. OLE color: 766903.
HSL color Cylindrical-coordinate representation of color #B7B30B: hue angle of 58.6º 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 #B7B30B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.28 |
| HSL | 58.6º | 0.89% | 0.38% | - |
| HSV(B) | 58.6º | 0.94% | 0.72% | - |
| XYZ | 35.71 | 42.33 | 6.61 | - |
| YUV | 161.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 11 | 0 | 0.02 | 0.94 | 0.28 | 58.6 | 0.89 | 0.38 |
| Hex | B7 | B3 | B | 0 | 2 | 5E | 1C | 3B | 59 | 26 |
| Octal | 267 | 263 | 13 | 0 | 2 | 136 | 34 | 73 | 131 | 46 |
| Binary | 10110111 | 10110011 | 1011 | 0 | 10 | 1011110 | 11100 | 111011 | 1011001 | 100110 |
Color Harmonies of #B7B30B
Complementary color
Monochromatic Colors of #B7B30B
Black with #B7B30B
Text Example
Text Example
White with #B7B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B30B; }
p { color: rgb(183,179,11); }
H1.HeaderClassName
{
color: #B7B30B;
}
.AnyTagClassName
{
color: #B7B30B;
}
</style>
background-color css
<style>
a { background-color: #B7B30B; }
a { background-color: rgb(183,179,11); }
div.DivClassName
{
background-color: #B7B30B;
}
.BgClassName
{
background-color: #B7B30B;
}
</style>
border-color css
<style>
span { border-color: #B7B30B; }
span { border-color: rgb(183,179,11); }
td.TdClassName
{
border-color: #B7B30B;
}
.TagClassName
{
border-color: #B7B30B;
}
</style>