Shades of La Rioja #B2B513
Tints of La Rioja #B2B513
RGB
CMYK
RGB Variations
Color information
#B2B513 (or 0xB2B513) is known color: La Rioja. HEX triplet: B2, B5 and 13. RGB value is (178,181,19). Sum of RGB (Red+Green+Blue) = 178+181+19=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B513 is #4D4AEC. Grayscale: #A2A2A2. Windows color (decimal): -5065453 or 1291698. OLE color: 1291698.
HSL color Cylindrical-coordinate representation of color #B2B513: hue angle of 61.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2B513 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.29 |
| HSL | 61.11º | 0.81% | 0.39% | - |
| HSV(B) | 61.11º | 0.9% | 0.71% | - |
| XYZ | 35 | 42.56 | 6.99 | - |
| YUV | 161.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 19 | 0.02 | 0 | 0.90 | 0.29 | 61.11 | 0.81 | 0.39 |
| Hex | B2 | B5 | 13 | 2 | 0 | 5A | 1D | 3D | 51 | 27 |
| Octal | 262 | 265 | 23 | 2 | 0 | 132 | 35 | 75 | 121 | 47 |
| Binary | 10110010 | 10110101 | 10011 | 10 | 0 | 1011010 | 11101 | 111101 | 1010001 | 100111 |
Color Harmonies of #B2B513
Complementary color
Monochromatic Colors of #B2B513
Black with #B2B513
Text Example
Text Example
White with #B2B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B513; }
p { color: rgb(178,181,19); }
H1.HeaderClassName
{
color: #B2B513;
}
.AnyTagClassName
{
color: #B2B513;
}
</style>
background-color css
<style>
a { background-color: #B2B513; }
a { background-color: rgb(178,181,19); }
div.DivClassName
{
background-color: #B2B513;
}
.BgClassName
{
background-color: #B2B513;
}
</style>
border-color css
<style>
span { border-color: #B2B513; }
span { border-color: rgb(178,181,19); }
td.TdClassName
{
border-color: #B2B513;
}
.TagClassName
{
border-color: #B2B513;
}
</style>