Shades of La Rioja #B2B205
Tints of La Rioja #B2B205
RGB
CMYK
RGB Variations
Color information
#B2B205 (or 0xB2B205) is known color: La Rioja. HEX triplet: B2, B2 and 05. RGB value is (178,178,5). Sum of RGB (Red+Green+Blue) = 178+178+5=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B205 is #4D4DFA. Grayscale: #9E9E9E. Windows color (decimal): -5066235 or 373426. OLE color: 373426.
HSL color Cylindrical-coordinate representation of color #B2B205: hue angle of 60º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2B205 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.30 |
| HSL | 60º | 0.95% | 0.36% | - |
| HSV(B) | 60º | 0.97% | 0.7% | - |
| XYZ | 34.31 | 41.32 | 6.31 | - |
| YUV | 158.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 5 | 0 | 0 | 0.97 | 0.30 | 60 | 0.95 | 0.36 |
| Hex | B2 | B2 | 5 | 0 | 0 | 61 | 1E | 3C | 5F | 24 |
| Octal | 262 | 262 | 5 | 0 | 0 | 141 | 36 | 74 | 137 | 44 |
| Binary | 10110010 | 10110010 | 101 | 0 | 0 | 1100001 | 11110 | 111100 | 1011111 | 100100 |
Color Harmonies of #B2B205
Complementary color
Monochromatic Colors of #B2B205
Black with #B2B205
Text Example
Text Example
White with #B2B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B205; }
p { color: rgb(178,178,5); }
H1.HeaderClassName
{
color: #B2B205;
}
.AnyTagClassName
{
color: #B2B205;
}
</style>
background-color css
<style>
a { background-color: #B2B205; }
a { background-color: rgb(178,178,5); }
div.DivClassName
{
background-color: #B2B205;
}
.BgClassName
{
background-color: #B2B205;
}
</style>
border-color css
<style>
span { border-color: #B2B205; }
span { border-color: rgb(178,178,5); }
td.TdClassName
{
border-color: #B2B205;
}
.TagClassName
{
border-color: #B2B205;
}
</style>