Shades of La Rioja #BFAD0C
Tints of La Rioja #BFAD0C
RGB
CMYK
RGB Variations
Color information
#BFAD0C (or 0xBFAD0C) is known color: La Rioja. HEX triplet: BF, AD and 0C. RGB value is (191,173,12). Sum of RGB (Red+Green+Blue) = 191+173+12=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD0C is #4052F3. Grayscale: #A0A0A0. Windows color (decimal): -4215540 or 830911. OLE color: 830911.
HSL color Cylindrical-coordinate representation of color #BFAD0C: hue angle of 53.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFAD0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.25 |
| HSL | 53.97º | 0.88% | 0.4% | - |
| HSV(B) | 53.97º | 0.94% | 0.75% | - |
| XYZ | 36.5 | 40.99 | 6.34 | - |
| YUV | 160.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 12 | 0 | 0.09 | 0.94 | 0.25 | 53.97 | 0.88 | 0.4 |
| Hex | BF | AD | C | 0 | 9 | 5E | 19 | 36 | 58 | 28 |
| Octal | 277 | 255 | 14 | 0 | 11 | 136 | 31 | 66 | 130 | 50 |
| Binary | 10111111 | 10101101 | 1100 | 0 | 1001 | 1011110 | 11001 | 110110 | 1011000 | 101000 |
Color Harmonies of #BFAD0C
Complementary color
Monochromatic Colors of #BFAD0C
Black with #BFAD0C
Text Example
Text Example
White with #BFAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD0C; }
p { color: rgb(191,173,12); }
H1.HeaderClassName
{
color: #BFAD0C;
}
.AnyTagClassName
{
color: #BFAD0C;
}
</style>
background-color css
<style>
a { background-color: #BFAD0C; }
a { background-color: rgb(191,173,12); }
div.DivClassName
{
background-color: #BFAD0C;
}
.BgClassName
{
background-color: #BFAD0C;
}
</style>
border-color css
<style>
span { border-color: #BFAD0C; }
span { border-color: rgb(191,173,12); }
td.TdClassName
{
border-color: #BFAD0C;
}
.TagClassName
{
border-color: #BFAD0C;
}
</style>