Shades of La Rioja #B5B314
Tints of La Rioja #B5B314
RGB
CMYK
RGB Variations
Color information
#B5B314 (or 0xB5B314) is known color: La Rioja. HEX triplet: B5, B3 and 14. RGB value is (181,179,20). Sum of RGB (Red+Green+Blue) = 181+179+20=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B314 is #4A4CEB. Grayscale: #A2A2A2. Windows color (decimal): -4869356 or 1356725. OLE color: 1356725.
HSL color Cylindrical-coordinate representation of color #B5B314: hue angle of 59.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5B314 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 20 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.29 |
| HSL | 59.25º | 0.8% | 0.39% | - |
| HSV(B) | 59.25º | 0.89% | 0.71% | - |
| XYZ | 35.3 | 42.11 | 6.93 | - |
| YUV | 161.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 20 | 0 | 0.01 | 0.89 | 0.29 | 59.25 | 0.8 | 0.39 |
| Hex | B5 | B3 | 14 | 0 | 1 | 59 | 1D | 3B | 50 | 27 |
| Octal | 265 | 263 | 24 | 0 | 1 | 131 | 35 | 73 | 120 | 47 |
| Binary | 10110101 | 10110011 | 10100 | 0 | 1 | 1011001 | 11101 | 111011 | 1010000 | 100111 |
Color Harmonies of #B5B314
Complementary color
Monochromatic Colors of #B5B314
Black with #B5B314
Text Example
Text Example
White with #B5B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B314; }
p { color: rgb(181,179,20); }
H1.HeaderClassName
{
color: #B5B314;
}
.AnyTagClassName
{
color: #B5B314;
}
</style>
background-color css
<style>
a { background-color: #B5B314; }
a { background-color: rgb(181,179,20); }
div.DivClassName
{
background-color: #B5B314;
}
.BgClassName
{
background-color: #B5B314;
}
</style>
border-color css
<style>
span { border-color: #B5B314; }
span { border-color: rgb(181,179,20); }
td.TdClassName
{
border-color: #B5B314;
}
.TagClassName
{
border-color: #B5B314;
}
</style>