Shades of La Rioja #B2B70D
Tints of La Rioja #B2B70D
RGB
CMYK
RGB Variations
Color information
#B2B70D (or 0xB2B70D) is known color: La Rioja. HEX triplet: B2, B7 and 0D. RGB value is (178,183,13). Sum of RGB (Red+Green+Blue) = 178+183+13=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B70D is #4D48F2. Grayscale: #A2A2A2. Windows color (decimal): -5064947 or 898994. OLE color: 898994.
HSL color Cylindrical-coordinate representation of color #B2B70D: hue angle of 61.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2B70D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.28 |
| HSL | 61.76º | 0.87% | 0.38% | - |
| HSV(B) | 61.76º | 0.93% | 0.72% | - |
| XYZ | 35.37 | 43.36 | 6.89 | - |
| YUV | 162.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 13 | 0.03 | 0 | 0.93 | 0.28 | 61.76 | 0.87 | 0.38 |
| Hex | B2 | B7 | D | 3 | 0 | 5D | 1C | 3E | 57 | 26 |
| Octal | 262 | 267 | 15 | 3 | 0 | 135 | 34 | 76 | 127 | 46 |
| Binary | 10110010 | 10110111 | 1101 | 11 | 0 | 1011101 | 11100 | 111110 | 1010111 | 100110 |
Color Harmonies of #B2B70D
Complementary color
Monochromatic Colors of #B2B70D
Black with #B2B70D
Text Example
Text Example
White with #B2B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B70D; }
p { color: rgb(178,183,13); }
H1.HeaderClassName
{
color: #B2B70D;
}
.AnyTagClassName
{
color: #B2B70D;
}
</style>
background-color css
<style>
a { background-color: #B2B70D; }
a { background-color: rgb(178,183,13); }
div.DivClassName
{
background-color: #B2B70D;
}
.BgClassName
{
background-color: #B2B70D;
}
</style>
border-color css
<style>
span { border-color: #B2B70D; }
span { border-color: rgb(178,183,13); }
td.TdClassName
{
border-color: #B2B70D;
}
.TagClassName
{
border-color: #B2B70D;
}
</style>