Shades of La Rioja #BFAF00
Tints of La Rioja #BFAF00
RGB
CMYK
RGB Variations
Color information
#BFAF00 (or 0xBFAF00) is known color: La Rioja. HEX triplet: BF, AF and 00. RGB value is (191,175,0). Sum of RGB (Red+Green+Blue) = 191+175+0=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF00 is #4050FF. Grayscale: #A0A0A0. Windows color (decimal): -4215040 or 44991. OLE color: 44991.
HSL color Cylindrical-coordinate representation of color #BFAF00: hue angle of 54.97º 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 #BFAF00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.25 |
| HSL | 54.97º | 1% | 0.37% | - |
| HSV(B) | 54.97º | 1% | 0.75% | - |
| XYZ | 36.82 | 41.74 | 6.12 | - |
| YUV | 159.83 | 37.8 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 0 | 0 | 0.08 | 1 | 0.25 | 54.97 | 1 | 0.37 |
| Hex | BF | AF | 0 | 0 | 8 | 64 | 19 | 37 | 64 | 25 |
| Octal | 277 | 257 | 0 | 0 | 10 | 144 | 31 | 67 | 144 | 45 |
| Binary | 10111111 | 10101111 | 0 | 0 | 1000 | 1100100 | 11001 | 110111 | 1100100 | 100101 |
Color Harmonies of #BFAF00
Complementary color
Monochromatic Colors of #BFAF00
Black with #BFAF00
Text Example
Text Example
White with #BFAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF00; }
p { color: rgb(191,175,0); }
H1.HeaderClassName
{
color: #BFAF00;
}
.AnyTagClassName
{
color: #BFAF00;
}
</style>
background-color css
<style>
a { background-color: #BFAF00; }
a { background-color: rgb(191,175,0); }
div.DivClassName
{
background-color: #BFAF00;
}
.BgClassName
{
background-color: #BFAF00;
}
</style>
border-color css
<style>
span { border-color: #BFAF00; }
span { border-color: rgb(191,175,0); }
td.TdClassName
{
border-color: #BFAF00;
}
.TagClassName
{
border-color: #BFAF00;
}
</style>