Shades of La Rioja #BFAC00
Tints of La Rioja #BFAC00
RGB
CMYK
RGB Variations
Color information
#BFAC00 (or 0xBFAC00) is known color: La Rioja. HEX triplet: BF, AC and 00. RGB value is (191,172,0). Sum of RGB (Red+Green+Blue) = 191+172+0=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC00 is #4053FF. Grayscale: #9E9E9E. Windows color (decimal): -4215808 or 44223. OLE color: 44223.
HSL color Cylindrical-coordinate representation of color #BFAC00: hue angle of 54.03º 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 #BFAC00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.25 |
| HSL | 54.03º | 1% | 0.37% | - |
| HSV(B) | 54.03º | 1% | 0.75% | - |
| XYZ | 36.24 | 40.58 | 5.92 | - |
| YUV | 158.07 | 38.79 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 0 | 0 | 0.10 | 1 | 0.25 | 54.03 | 1 | 0.37 |
| Hex | BF | AC | 0 | 0 | A | 64 | 19 | 36 | 64 | 25 |
| Octal | 277 | 254 | 0 | 0 | 12 | 144 | 31 | 66 | 144 | 45 |
| Binary | 10111111 | 10101100 | 0 | 0 | 1010 | 1100100 | 11001 | 110110 | 1100100 | 100101 |
Color Harmonies of #BFAC00
Complementary color
Monochromatic Colors of #BFAC00
Black with #BFAC00
Text Example
Text Example
White with #BFAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC00; }
p { color: rgb(191,172,0); }
H1.HeaderClassName
{
color: #BFAC00;
}
.AnyTagClassName
{
color: #BFAC00;
}
</style>
background-color css
<style>
a { background-color: #BFAC00; }
a { background-color: rgb(191,172,0); }
div.DivClassName
{
background-color: #BFAC00;
}
.BgClassName
{
background-color: #BFAC00;
}
</style>
border-color css
<style>
span { border-color: #BFAC00; }
span { border-color: rgb(191,172,0); }
td.TdClassName
{
border-color: #BFAC00;
}
.TagClassName
{
border-color: #BFAC00;
}
</style>