Shades of La Rioja #B5B715
Tints of La Rioja #B5B715
RGB
CMYK
RGB Variations
Color information
#B5B715 (or 0xB5B715) is known color: La Rioja. HEX triplet: B5, B7 and 15. RGB value is (181,183,21). Sum of RGB (Red+Green+Blue) = 181+183+21=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B715 is #4A48EA. Grayscale: #A4A4A4. Windows color (decimal): -4868331 or 1423285. OLE color: 1423285.
HSL color Cylindrical-coordinate representation of color #B5B715: hue angle of 60.74º 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 #B5B715 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 21 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.28 |
| HSL | 60.74º | 0.79% | 0.4% | - |
| HSV(B) | 60.74º | 0.89% | 0.72% | - |
| XYZ | 36.12 | 43.74 | 7.25 | - |
| YUV | 163.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 21 | 0.01 | 0 | 0.89 | 0.28 | 60.74 | 0.79 | 0.4 |
| Hex | B5 | B7 | 15 | 1 | 0 | 59 | 1C | 3D | 4F | 28 |
| Octal | 265 | 267 | 25 | 1 | 0 | 131 | 34 | 75 | 117 | 50 |
| Binary | 10110101 | 10110111 | 10101 | 1 | 0 | 1011001 | 11100 | 111101 | 1001111 | 101000 |
Color Harmonies of #B5B715
Complementary color
Monochromatic Colors of #B5B715
Black with #B5B715
Text Example
Text Example
White with #B5B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B715; }
p { color: rgb(181,183,21); }
H1.HeaderClassName
{
color: #B5B715;
}
.AnyTagClassName
{
color: #B5B715;
}
</style>
background-color css
<style>
a { background-color: #B5B715; }
a { background-color: rgb(181,183,21); }
div.DivClassName
{
background-color: #B5B715;
}
.BgClassName
{
background-color: #B5B715;
}
</style>
border-color css
<style>
span { border-color: #B5B715; }
span { border-color: rgb(181,183,21); }
td.TdClassName
{
border-color: #B5B715;
}
.TagClassName
{
border-color: #B5B715;
}
</style>