Shades of La Rioja #BFAA00
Tints of La Rioja #BFAA00
RGB
CMYK
RGB Variations
Color information
#BFAA00 (or 0xBFAA00) is known color: La Rioja. HEX triplet: BF, AA and 00. RGB value is (191,170,0). Sum of RGB (Red+Green+Blue) = 191+170+0=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAA00 is #4055FF. Grayscale: #9D9D9D. Windows color (decimal): -4216320 or 43711. OLE color: 43711.
HSL color Cylindrical-coordinate representation of color #BFAA00: hue angle of 53.4º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFAA00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.25 |
| HSL | 53.4º | 1% | 0.37% | - |
| HSV(B) | 53.4º | 1% | 0.75% | - |
| XYZ | 35.86 | 39.83 | 5.8 | - |
| YUV | 156.9 | 39.46 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 0 | 0 | 0.11 | 1 | 0.25 | 53.4 | 1 | 0.37 |
| Hex | BF | AA | 0 | 0 | B | 64 | 19 | 35 | 64 | 25 |
| Octal | 277 | 252 | 0 | 0 | 13 | 144 | 31 | 65 | 144 | 45 |
| Binary | 10111111 | 10101010 | 0 | 0 | 1011 | 1100100 | 11001 | 110101 | 1100100 | 100101 |
Color Harmonies of #BFAA00
Complementary color
Monochromatic Colors of #BFAA00
Black with #BFAA00
Text Example
Text Example
White with #BFAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA00; }
p { color: rgb(191,170,0); }
H1.HeaderClassName
{
color: #BFAA00;
}
.AnyTagClassName
{
color: #BFAA00;
}
</style>
background-color css
<style>
a { background-color: #BFAA00; }
a { background-color: rgb(191,170,0); }
div.DivClassName
{
background-color: #BFAA00;
}
.BgClassName
{
background-color: #BFAA00;
}
</style>
border-color css
<style>
span { border-color: #BFAA00; }
span { border-color: rgb(191,170,0); }
td.TdClassName
{
border-color: #BFAA00;
}
.TagClassName
{
border-color: #BFAA00;
}
</style>