Shades of La Rioja #B2B714
Tints of La Rioja #B2B714
RGB
CMYK
RGB Variations
Color information
#B2B714 (or 0xB2B714) is known color: La Rioja. HEX triplet: B2, B7 and 14. RGB value is (178,183,20). Sum of RGB (Red+Green+Blue) = 178+183+20=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B714 is #4D48EB. Grayscale: #A3A3A3. Windows color (decimal): -5064940 or 1357746. OLE color: 1357746.
HSL color Cylindrical-coordinate representation of color #B2B714: hue angle of 61.84º degrees, saturation: 0.8, 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 #B2B714 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 20 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.28 |
| HSL | 61.84º | 0.8% | 0.4% | - |
| HSV(B) | 61.84º | 0.89% | 0.72% | - |
| XYZ | 35.42 | 43.38 | 7.17 | - |
| YUV | 162.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 20 | 0.03 | 0 | 0.89 | 0.28 | 61.84 | 0.8 | 0.4 |
| Hex | B2 | B7 | 14 | 3 | 0 | 59 | 1C | 3E | 50 | 28 |
| Octal | 262 | 267 | 24 | 3 | 0 | 131 | 34 | 76 | 120 | 50 |
| Binary | 10110010 | 10110111 | 10100 | 11 | 0 | 1011001 | 11100 | 111110 | 1010000 | 101000 |
Color Harmonies of #B2B714
Complementary color
Monochromatic Colors of #B2B714
Black with #B2B714
Text Example
Text Example
White with #B2B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B714; }
p { color: rgb(178,183,20); }
H1.HeaderClassName
{
color: #B2B714;
}
.AnyTagClassName
{
color: #B2B714;
}
</style>
background-color css
<style>
a { background-color: #B2B714; }
a { background-color: rgb(178,183,20); }
div.DivClassName
{
background-color: #B2B714;
}
.BgClassName
{
background-color: #B2B714;
}
</style>
border-color css
<style>
span { border-color: #B2B714; }
span { border-color: rgb(178,183,20); }
td.TdClassName
{
border-color: #B2B714;
}
.TagClassName
{
border-color: #B2B714;
}
</style>