Shades of La Rioja #B2B20B
Tints of La Rioja #B2B20B
RGB
CMYK
RGB Variations
Color information
#B2B20B (or 0xB2B20B) is known color: La Rioja. HEX triplet: B2, B2 and 0B. RGB value is (178,178,11). Sum of RGB (Red+Green+Blue) = 178+178+11=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B20B is #4D4DF4. Grayscale: #9F9F9F. Windows color (decimal): -5066229 or 766642. OLE color: 766642.
HSL color Cylindrical-coordinate representation of color #B2B20B: hue angle of 60º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B20B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 11 | - |
| CMYK | 0 | 0 | 0.94 | 0.30 |
| HSL | 60º | 0.88% | 0.37% | - |
| HSV(B) | 60º | 0.94% | 0.7% | - |
| XYZ | 34.34 | 41.33 | 6.48 | - |
| YUV | 158.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 11 | 0 | 0 | 0.94 | 0.30 | 60 | 0.88 | 0.37 |
| Hex | B2 | B2 | B | 0 | 0 | 5E | 1E | 3C | 58 | 25 |
| Octal | 262 | 262 | 13 | 0 | 0 | 136 | 36 | 74 | 130 | 45 |
| Binary | 10110010 | 10110010 | 1011 | 0 | 0 | 1011110 | 11110 | 111100 | 1011000 | 100101 |
Color Harmonies of #B2B20B
Complementary color
Monochromatic Colors of #B2B20B
Black with #B2B20B
Text Example
Text Example
White with #B2B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B20B; }
p { color: rgb(178,178,11); }
H1.HeaderClassName
{
color: #B2B20B;
}
.AnyTagClassName
{
color: #B2B20B;
}
</style>
background-color css
<style>
a { background-color: #B2B20B; }
a { background-color: rgb(178,178,11); }
div.DivClassName
{
background-color: #B2B20B;
}
.BgClassName
{
background-color: #B2B20B;
}
</style>
border-color css
<style>
span { border-color: #B2B20B; }
span { border-color: rgb(178,178,11); }
td.TdClassName
{
border-color: #B2B20B;
}
.TagClassName
{
border-color: #B2B20B;
}
</style>