Shades of La Rioja #B4B711
Tints of La Rioja #B4B711
RGB
CMYK
RGB Variations
Color information
#B4B711 (or 0xB4B711) is known color: La Rioja. HEX triplet: B4, B7 and 11. RGB value is (180,183,17). Sum of RGB (Red+Green+Blue) = 180+183+17=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B711 is #4B48EE. Grayscale: #A3A3A3. Windows color (decimal): -4933871 or 1161140. OLE color: 1161140.
HSL color Cylindrical-coordinate representation of color #B4B711: hue angle of 61.08º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4B711 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.28 |
| HSL | 61.08º | 0.83% | 0.39% | - |
| HSV(B) | 61.08º | 0.91% | 0.72% | - |
| XYZ | 35.86 | 43.61 | 7.06 | - |
| YUV | 163.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 17 | 0.02 | 0 | 0.91 | 0.28 | 61.08 | 0.83 | 0.39 |
| Hex | B4 | B7 | 11 | 2 | 0 | 5B | 1C | 3D | 53 | 27 |
| Octal | 264 | 267 | 21 | 2 | 0 | 133 | 34 | 75 | 123 | 47 |
| Binary | 10110100 | 10110111 | 10001 | 10 | 0 | 1011011 | 11100 | 111101 | 1010011 | 100111 |
Color Harmonies of #B4B711
Complementary color
Monochromatic Colors of #B4B711
Black with #B4B711
Text Example
Text Example
White with #B4B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B711; }
p { color: rgb(180,183,17); }
H1.HeaderClassName
{
color: #B4B711;
}
.AnyTagClassName
{
color: #B4B711;
}
</style>
background-color css
<style>
a { background-color: #B4B711; }
a { background-color: rgb(180,183,17); }
div.DivClassName
{
background-color: #B4B711;
}
.BgClassName
{
background-color: #B4B711;
}
</style>
border-color css
<style>
span { border-color: #B4B711; }
span { border-color: rgb(180,183,17); }
td.TdClassName
{
border-color: #B4B711;
}
.TagClassName
{
border-color: #B4B711;
}
</style>