Shades of La Rioja #B2B215
Tints of La Rioja #B2B215
RGB
CMYK
RGB Variations
Color information
#B2B215 (or 0xB2B215) is known color: La Rioja. HEX triplet: B2, B2 and 15. RGB value is (178,178,21). Sum of RGB (Red+Green+Blue) = 178+178+21=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B215 is #4D4DEA. Grayscale: #A0A0A0. Windows color (decimal): -5066219 or 1422002. OLE color: 1422002.
HSL color Cylindrical-coordinate representation of color #B2B215: hue angle of 60º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2B215 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 21 | - |
| CMYK | 0 | 0 | 0.88 | 0.30 |
| HSL | 60º | 0.79% | 0.39% | - |
| HSV(B) | 60º | 0.88% | 0.7% | - |
| XYZ | 34.42 | 41.36 | 6.88 | - |
| YUV | 160.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 21 | 0 | 0 | 0.88 | 0.30 | 60 | 0.79 | 0.39 |
| Hex | B2 | B2 | 15 | 0 | 0 | 58 | 1E | 3C | 4F | 27 |
| Octal | 262 | 262 | 25 | 0 | 0 | 130 | 36 | 74 | 117 | 47 |
| Binary | 10110010 | 10110010 | 10101 | 0 | 0 | 1011000 | 11110 | 111100 | 1001111 | 100111 |
Color Harmonies of #B2B215
Complementary color
Monochromatic Colors of #B2B215
Black with #B2B215
Text Example
Text Example
White with #B2B215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B215; }
p { color: rgb(178,178,21); }
H1.HeaderClassName
{
color: #B2B215;
}
.AnyTagClassName
{
color: #B2B215;
}
</style>
background-color css
<style>
a { background-color: #B2B215; }
a { background-color: rgb(178,178,21); }
div.DivClassName
{
background-color: #B2B215;
}
.BgClassName
{
background-color: #B2B215;
}
</style>
border-color css
<style>
span { border-color: #B2B215; }
span { border-color: rgb(178,178,21); }
td.TdClassName
{
border-color: #B2B215;
}
.TagClassName
{
border-color: #B2B215;
}
</style>