Shades of La Rioja #BFAD00
Tints of La Rioja #BFAD00
RGB
CMYK
RGB Variations
Color information
#BFAD00 (or 0xBFAD00) is known color: La Rioja. HEX triplet: BF, AD and 00. RGB value is (191,173,0). Sum of RGB (Red+Green+Blue) = 191+173+0=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD00 is #4052FF. Grayscale: #9F9F9F. Windows color (decimal): -4215552 or 44479. OLE color: 44479.
HSL color Cylindrical-coordinate representation of color #BFAD00: hue angle of 54.35º 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 #BFAD00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.25 |
| HSL | 54.35º | 1% | 0.37% | - |
| HSV(B) | 54.35º | 1% | 0.75% | - |
| XYZ | 36.43 | 40.96 | 5.99 | - |
| YUV | 158.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 0 | 0 | 0.09 | 1 | 0.25 | 54.35 | 1 | 0.37 |
| Hex | BF | AD | 0 | 0 | 9 | 64 | 19 | 36 | 64 | 25 |
| Octal | 277 | 255 | 0 | 0 | 11 | 144 | 31 | 66 | 144 | 45 |
| Binary | 10111111 | 10101101 | 0 | 0 | 1001 | 1100100 | 11001 | 110110 | 1100100 | 100101 |
Color Harmonies of #BFAD00
Complementary color
Monochromatic Colors of #BFAD00
Black with #BFAD00
Text Example
Text Example
White with #BFAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD00; }
p { color: rgb(191,173,0); }
H1.HeaderClassName
{
color: #BFAD00;
}
.AnyTagClassName
{
color: #BFAD00;
}
</style>
background-color css
<style>
a { background-color: #BFAD00; }
a { background-color: rgb(191,173,0); }
div.DivClassName
{
background-color: #BFAD00;
}
.BgClassName
{
background-color: #BFAD00;
}
</style>
border-color css
<style>
span { border-color: #BFAD00; }
span { border-color: rgb(191,173,0); }
td.TdClassName
{
border-color: #BFAD00;
}
.TagClassName
{
border-color: #BFAD00;
}
</style>