Shades of La Rioja #B4B713
Tints of La Rioja #B4B713
RGB
CMYK
RGB Variations
Color information
#B4B713 (or 0xB4B713) is known color: La Rioja. HEX triplet: B4, B7 and 13. RGB value is (180,183,19). Sum of RGB (Red+Green+Blue) = 180+183+19=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B713 is #4B48EC. Grayscale: #A4A4A4. Windows color (decimal): -4933869 or 1292212. OLE color: 1292212.
HSL color Cylindrical-coordinate representation of color #B4B713: hue angle of 61.1º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4B713 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.28 |
| HSL | 61.1º | 0.81% | 0.4% | - |
| HSV(B) | 61.1º | 0.9% | 0.72% | - |
| XYZ | 35.87 | 43.62 | 7.14 | - |
| YUV | 163.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 19 | 0.02 | 0 | 0.90 | 0.28 | 61.1 | 0.81 | 0.4 |
| Hex | B4 | B7 | 13 | 2 | 0 | 5A | 1C | 3D | 51 | 28 |
| Octal | 264 | 267 | 23 | 2 | 0 | 132 | 34 | 75 | 121 | 50 |
| Binary | 10110100 | 10110111 | 10011 | 10 | 0 | 1011010 | 11100 | 111101 | 1010001 | 101000 |
Color Harmonies of #B4B713
Complementary color
Monochromatic Colors of #B4B713
Black with #B4B713
Text Example
Text Example
White with #B4B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B713; }
p { color: rgb(180,183,19); }
H1.HeaderClassName
{
color: #B4B713;
}
.AnyTagClassName
{
color: #B4B713;
}
</style>
background-color css
<style>
a { background-color: #B4B713; }
a { background-color: rgb(180,183,19); }
div.DivClassName
{
background-color: #B4B713;
}
.BgClassName
{
background-color: #B4B713;
}
</style>
border-color css
<style>
span { border-color: #B4B713; }
span { border-color: rgb(180,183,19); }
td.TdClassName
{
border-color: #B4B713;
}
.TagClassName
{
border-color: #B4B713;
}
</style>