Shades of La Rioja #B4B901
Tints of La Rioja #B4B901
RGB
CMYK
RGB Variations
Color information
#B4B901 (or 0xB4B901) is known color: La Rioja. HEX triplet: B4, B9 and 01. RGB value is (180,185,1). Sum of RGB (Red+Green+Blue) = 180+185+1=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B901 is #4B46FE. Grayscale: #A3A3A3. Windows color (decimal): -4933375 or 113076. OLE color: 113076.
HSL color Cylindrical-coordinate representation of color #B4B901: hue angle of 61.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4B901 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.27 |
| HSL | 61.63º | 0.99% | 0.36% | - |
| HSV(B) | 61.63º | 0.99% | 0.73% | - |
| XYZ | 36.18 | 44.4 | 6.69 | - |
| YUV | 162.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 1 | 0.03 | 0 | 0.99 | 0.27 | 61.63 | 0.99 | 0.36 |
| Hex | B4 | B9 | 1 | 3 | 0 | 63 | 1B | 3E | 63 | 24 |
| Octal | 264 | 271 | 1 | 3 | 0 | 143 | 33 | 76 | 143 | 44 |
| Binary | 10110100 | 10111001 | 1 | 11 | 0 | 1100011 | 11011 | 111110 | 1100011 | 100100 |
Color Harmonies of #B4B901
Complementary color
Monochromatic Colors of #B4B901
Black with #B4B901
Text Example
Text Example
White with #B4B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B901; }
p { color: rgb(180,185,1); }
H1.HeaderClassName
{
color: #B4B901;
}
.AnyTagClassName
{
color: #B4B901;
}
</style>
background-color css
<style>
a { background-color: #B4B901; }
a { background-color: rgb(180,185,1); }
div.DivClassName
{
background-color: #B4B901;
}
.BgClassName
{
background-color: #B4B901;
}
</style>
border-color css
<style>
span { border-color: #B4B901; }
span { border-color: rgb(180,185,1); }
td.TdClassName
{
border-color: #B4B901;
}
.TagClassName
{
border-color: #B4B901;
}
</style>