Shades of La Rioja #BFAC0B
Tints of La Rioja #BFAC0B
RGB
CMYK
RGB Variations
Color information
#BFAC0B (or 0xBFAC0B) is known color: La Rioja. HEX triplet: BF, AC and 0B. RGB value is (191,172,11). Sum of RGB (Red+Green+Blue) = 191+172+11=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC0B is #4053F4. Grayscale: #9F9F9F. Windows color (decimal): -4215797 or 765119. OLE color: 765119.
HSL color Cylindrical-coordinate representation of color #BFAC0B: hue angle of 53.67º degrees, saturation: 0.89, 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 #BFAC0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.25 |
| HSL | 53.67º | 0.89% | 0.4% | - |
| HSV(B) | 53.67º | 0.94% | 0.75% | - |
| XYZ | 36.3 | 40.61 | 6.24 | - |
| YUV | 159.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 11 | 0 | 0.10 | 0.94 | 0.25 | 53.67 | 0.89 | 0.4 |
| Hex | BF | AC | B | 0 | A | 5E | 19 | 36 | 59 | 28 |
| Octal | 277 | 254 | 13 | 0 | 12 | 136 | 31 | 66 | 131 | 50 |
| Binary | 10111111 | 10101100 | 1011 | 0 | 1010 | 1011110 | 11001 | 110110 | 1011001 | 101000 |
Color Harmonies of #BFAC0B
Complementary color
Monochromatic Colors of #BFAC0B
Black with #BFAC0B
Text Example
Text Example
White with #BFAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC0B; }
p { color: rgb(191,172,11); }
H1.HeaderClassName
{
color: #BFAC0B;
}
.AnyTagClassName
{
color: #BFAC0B;
}
</style>
background-color css
<style>
a { background-color: #BFAC0B; }
a { background-color: rgb(191,172,11); }
div.DivClassName
{
background-color: #BFAC0B;
}
.BgClassName
{
background-color: #BFAC0B;
}
</style>
border-color css
<style>
span { border-color: #BFAC0B; }
span { border-color: rgb(191,172,11); }
td.TdClassName
{
border-color: #BFAC0B;
}
.TagClassName
{
border-color: #BFAC0B;
}
</style>