Shades of La Rioja #B1AB04
Tints of La Rioja #B1AB04
RGB
CMYK
RGB Variations
Color information
#B1AB04 (or 0xB1AB04) is known color: La Rioja. HEX triplet: B1, AB and 04. RGB value is (177,171,4). Sum of RGB (Red+Green+Blue) = 177+171+4=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AB04 is #4E54FB. Grayscale: #9A9A9A. Windows color (decimal): -5133564 or 306097. OLE color: 306097.
HSL color Cylindrical-coordinate representation of color #B1AB04: hue angle of 57.92º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1AB04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.31 |
| HSL | 57.92º | 0.96% | 0.35% | - |
| HSV(B) | 57.92º | 0.98% | 0.69% | - |
| XYZ | 32.72 | 38.48 | 5.82 | - |
| YUV | 153.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 4 | 0 | 0.03 | 0.98 | 0.31 | 57.92 | 0.96 | 0.35 |
| Hex | B1 | AB | 4 | 0 | 3 | 62 | 1F | 3A | 60 | 23 |
| Octal | 261 | 253 | 4 | 0 | 3 | 142 | 37 | 72 | 140 | 43 |
| Binary | 10110001 | 10101011 | 100 | 0 | 11 | 1100010 | 11111 | 111010 | 1100000 | 100011 |
Color Harmonies of #B1AB04
Complementary color
Monochromatic Colors of #B1AB04
Black with #B1AB04
Text Example
Text Example
White with #B1AB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB04; }
p { color: rgb(177,171,4); }
H1.HeaderClassName
{
color: #B1AB04;
}
.AnyTagClassName
{
color: #B1AB04;
}
</style>
background-color css
<style>
a { background-color: #B1AB04; }
a { background-color: rgb(177,171,4); }
div.DivClassName
{
background-color: #B1AB04;
}
.BgClassName
{
background-color: #B1AB04;
}
</style>
border-color css
<style>
span { border-color: #B1AB04; }
span { border-color: rgb(177,171,4); }
td.TdClassName
{
border-color: #B1AB04;
}
.TagClassName
{
border-color: #B1AB04;
}
</style>