Shades of La Rioja #BFAE0E
Tints of La Rioja #BFAE0E
RGB
CMYK
RGB Variations
Color information
#BFAE0E (or 0xBFAE0E) is known color: La Rioja. HEX triplet: BF, AE and 0E. RGB value is (191,174,14). Sum of RGB (Red+Green+Blue) = 191+174+14=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAE0E is #4051F1. Grayscale: #A1A1A1. Windows color (decimal): -4215282 or 962239. OLE color: 962239.
HSL color Cylindrical-coordinate representation of color #BFAE0E: hue angle of 54.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFAE0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.25 |
| HSL | 54.24º | 0.86% | 0.4% | - |
| HSV(B) | 54.24º | 0.93% | 0.75% | - |
| XYZ | 36.7 | 41.38 | 6.47 | - |
| YUV | 160.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 14 | 0 | 0.09 | 0.93 | 0.25 | 54.24 | 0.86 | 0.4 |
| Hex | BF | AE | E | 0 | 9 | 5D | 19 | 36 | 56 | 28 |
| Octal | 277 | 256 | 16 | 0 | 11 | 135 | 31 | 66 | 126 | 50 |
| Binary | 10111111 | 10101110 | 1110 | 0 | 1001 | 1011101 | 11001 | 110110 | 1010110 | 101000 |
Color Harmonies of #BFAE0E
Complementary color
Monochromatic Colors of #BFAE0E
Black with #BFAE0E
Text Example
Text Example
White with #BFAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE0E; }
p { color: rgb(191,174,14); }
H1.HeaderClassName
{
color: #BFAE0E;
}
.AnyTagClassName
{
color: #BFAE0E;
}
</style>
background-color css
<style>
a { background-color: #BFAE0E; }
a { background-color: rgb(191,174,14); }
div.DivClassName
{
background-color: #BFAE0E;
}
.BgClassName
{
background-color: #BFAE0E;
}
</style>
border-color css
<style>
span { border-color: #BFAE0E; }
span { border-color: rgb(191,174,14); }
td.TdClassName
{
border-color: #BFAE0E;
}
.TagClassName
{
border-color: #BFAE0E;
}
</style>