Shades of La Rioja #B7B00B
Tints of La Rioja #B7B00B
RGB
CMYK
RGB Variations
Color information
#B7B00B (or 0xB7B00B) is known color: La Rioja. HEX triplet: B7, B0 and 0B. RGB value is (183,176,11). Sum of RGB (Red+Green+Blue) = 183+176+11=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B00B is #484FF4. Grayscale: #9F9F9F. Windows color (decimal): -4739061 or 766135. OLE color: 766135.
HSL color Cylindrical-coordinate representation of color #B7B00B: hue angle of 57.56º 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 #B7B00B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.28 |
| HSL | 57.56º | 0.89% | 0.38% | - |
| HSV(B) | 57.56º | 0.94% | 0.72% | - |
| XYZ | 35.11 | 41.14 | 6.41 | - |
| YUV | 159.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 11 | 0 | 0.04 | 0.94 | 0.28 | 57.56 | 0.89 | 0.38 |
| Hex | B7 | B0 | B | 0 | 4 | 5E | 1C | 3A | 59 | 26 |
| Octal | 267 | 260 | 13 | 0 | 4 | 136 | 34 | 72 | 131 | 46 |
| Binary | 10110111 | 10110000 | 1011 | 0 | 100 | 1011110 | 11100 | 111010 | 1011001 | 100110 |
Color Harmonies of #B7B00B
Complementary color
Monochromatic Colors of #B7B00B
Black with #B7B00B
Text Example
Text Example
White with #B7B00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B00B; }
p { color: rgb(183,176,11); }
H1.HeaderClassName
{
color: #B7B00B;
}
.AnyTagClassName
{
color: #B7B00B;
}
</style>
background-color css
<style>
a { background-color: #B7B00B; }
a { background-color: rgb(183,176,11); }
div.DivClassName
{
background-color: #B7B00B;
}
.BgClassName
{
background-color: #B7B00B;
}
</style>
border-color css
<style>
span { border-color: #B7B00B; }
span { border-color: rgb(183,176,11); }
td.TdClassName
{
border-color: #B7B00B;
}
.TagClassName
{
border-color: #B7B00B;
}
</style>