Shades of La Rioja #B4B40C
Tints of La Rioja #B4B40C
RGB
CMYK
RGB Variations
Color information
#B4B40C (or 0xB4B40C) is known color: La Rioja. HEX triplet: B4, B4 and 0C. RGB value is (180,180,12). Sum of RGB (Red+Green+Blue) = 180+180+12=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B40C is #4B4BF3. Grayscale: #A1A1A1. Windows color (decimal): -4934644 or 832692. OLE color: 832692.
HSL color Cylindrical-coordinate representation of color #B4B40C: hue angle of 60º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4B40C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 180 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.29 |
| HSL | 60º | 0.88% | 0.38% | - |
| HSV(B) | 60º | 0.93% | 0.71% | - |
| XYZ | 35.21 | 42.37 | 6.67 | - |
| YUV | 160.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 180 | 12 | 0 | 0 | 0.93 | 0.29 | 60 | 0.88 | 0.38 |
| Hex | B4 | B4 | C | 0 | 0 | 5D | 1D | 3C | 58 | 26 |
| Octal | 264 | 264 | 14 | 0 | 0 | 135 | 35 | 74 | 130 | 46 |
| Binary | 10110100 | 10110100 | 1100 | 0 | 0 | 1011101 | 11101 | 111100 | 1011000 | 100110 |
Color Harmonies of #B4B40C
Complementary color
Monochromatic Colors of #B4B40C
Black with #B4B40C
Text Example
Text Example
White with #B4B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B40C; }
p { color: rgb(180,180,12); }
H1.HeaderClassName
{
color: #B4B40C;
}
.AnyTagClassName
{
color: #B4B40C;
}
</style>
background-color css
<style>
a { background-color: #B4B40C; }
a { background-color: rgb(180,180,12); }
div.DivClassName
{
background-color: #B4B40C;
}
.BgClassName
{
background-color: #B4B40C;
}
</style>
border-color css
<style>
span { border-color: #B4B40C; }
span { border-color: rgb(180,180,12); }
td.TdClassName
{
border-color: #B4B40C;
}
.TagClassName
{
border-color: #B4B40C;
}
</style>