Shades of La Rioja #B2B715
Tints of La Rioja #B2B715
RGB
CMYK
RGB Variations
Color information
#B2B715 (or 0xB2B715) is known color: La Rioja. HEX triplet: B2, B7 and 15. RGB value is (178,183,21). Sum of RGB (Red+Green+Blue) = 178+183+21=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B715 is #4D48EA. Grayscale: #A3A3A3. Windows color (decimal): -5064939 or 1423282. OLE color: 1423282.
HSL color Cylindrical-coordinate representation of color #B2B715: hue angle of 61.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2B715 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.28 |
| HSL | 61.85º | 0.79% | 0.4% | - |
| HSV(B) | 61.85º | 0.89% | 0.72% | - |
| XYZ | 35.43 | 43.39 | 7.22 | - |
| YUV | 163.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 21 | 0.03 | 0 | 0.89 | 0.28 | 61.85 | 0.79 | 0.4 |
| Hex | B2 | B7 | 15 | 3 | 0 | 59 | 1C | 3E | 4F | 28 |
| Octal | 262 | 267 | 25 | 3 | 0 | 131 | 34 | 76 | 117 | 50 |
| Binary | 10110010 | 10110111 | 10101 | 11 | 0 | 1011001 | 11100 | 111110 | 1001111 | 101000 |
Color Harmonies of #B2B715
Complementary color
Monochromatic Colors of #B2B715
Black with #B2B715
Text Example
Text Example
White with #B2B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B715; }
p { color: rgb(178,183,21); }
H1.HeaderClassName
{
color: #B2B715;
}
.AnyTagClassName
{
color: #B2B715;
}
</style>
background-color css
<style>
a { background-color: #B2B715; }
a { background-color: rgb(178,183,21); }
div.DivClassName
{
background-color: #B2B715;
}
.BgClassName
{
background-color: #B2B715;
}
</style>
border-color css
<style>
span { border-color: #B2B715; }
span { border-color: rgb(178,183,21); }
td.TdClassName
{
border-color: #B2B715;
}
.TagClassName
{
border-color: #B2B715;
}
</style>