Shades of La Rioja #B4B504
Tints of La Rioja #B4B504
RGB
CMYK
RGB Variations
Color information
#B4B504 (or 0xB4B504) is known color: La Rioja. HEX triplet: B4, B5 and 04. RGB value is (180,181,4). Sum of RGB (Red+Green+Blue) = 180+181+4=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B504 is #4B4AFB. Grayscale: #A1A1A1. Windows color (decimal): -4934396 or 308660. OLE color: 308660.
HSL color Cylindrical-coordinate representation of color #B4B504: hue angle of 60.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4B504 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.29 |
| HSL | 60.34º | 0.96% | 0.36% | - |
| HSV(B) | 60.34º | 0.98% | 0.71% | - |
| XYZ | 35.37 | 42.76 | 6.5 | - |
| YUV | 160.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 4 | 0.01 | 0 | 0.98 | 0.29 | 60.34 | 0.96 | 0.36 |
| Hex | B4 | B5 | 4 | 1 | 0 | 62 | 1D | 3C | 60 | 24 |
| Octal | 264 | 265 | 4 | 1 | 0 | 142 | 35 | 74 | 140 | 44 |
| Binary | 10110100 | 10110101 | 100 | 1 | 0 | 1100010 | 11101 | 111100 | 1100000 | 100100 |
Color Harmonies of #B4B504
Complementary color
Monochromatic Colors of #B4B504
Black with #B4B504
Text Example
Text Example
White with #B4B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B504; }
p { color: rgb(180,181,4); }
H1.HeaderClassName
{
color: #B4B504;
}
.AnyTagClassName
{
color: #B4B504;
}
</style>
background-color css
<style>
a { background-color: #B4B504; }
a { background-color: rgb(180,181,4); }
div.DivClassName
{
background-color: #B4B504;
}
.BgClassName
{
background-color: #B4B504;
}
</style>
border-color css
<style>
span { border-color: #B4B504; }
span { border-color: rgb(180,181,4); }
td.TdClassName
{
border-color: #B4B504;
}
.TagClassName
{
border-color: #B4B504;
}
</style>