Shades of La Rioja #BFAF0C
Tints of La Rioja #BFAF0C
RGB
CMYK
RGB Variations
Color information
#BFAF0C (or 0xBFAF0C) is known color: La Rioja. HEX triplet: BF, AF and 0C. RGB value is (191,175,12). Sum of RGB (Red+Green+Blue) = 191+175+12=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF0C is #4050F3. Grayscale: #A1A1A1. Windows color (decimal): -4215028 or 831423. OLE color: 831423.
HSL color Cylindrical-coordinate representation of color #BFAF0C: hue angle of 54.64º 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 #BFAF0C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.25 |
| HSL | 54.64º | 0.88% | 0.4% | - |
| HSV(B) | 54.64º | 0.94% | 0.75% | - |
| XYZ | 36.88 | 41.76 | 6.46 | - |
| YUV | 161.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 12 | 0 | 0.08 | 0.94 | 0.25 | 54.64 | 0.88 | 0.4 |
| Hex | BF | AF | C | 0 | 8 | 5E | 19 | 37 | 58 | 28 |
| Octal | 277 | 257 | 14 | 0 | 10 | 136 | 31 | 67 | 130 | 50 |
| Binary | 10111111 | 10101111 | 1100 | 0 | 1000 | 1011110 | 11001 | 110111 | 1011000 | 101000 |
Color Harmonies of #BFAF0C
Complementary color
Monochromatic Colors of #BFAF0C
Black with #BFAF0C
Text Example
Text Example
White with #BFAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF0C; }
p { color: rgb(191,175,12); }
H1.HeaderClassName
{
color: #BFAF0C;
}
.AnyTagClassName
{
color: #BFAF0C;
}
</style>
background-color css
<style>
a { background-color: #BFAF0C; }
a { background-color: rgb(191,175,12); }
div.DivClassName
{
background-color: #BFAF0C;
}
.BgClassName
{
background-color: #BFAF0C;
}
</style>
border-color css
<style>
span { border-color: #BFAF0C; }
span { border-color: rgb(191,175,12); }
td.TdClassName
{
border-color: #BFAF0C;
}
.TagClassName
{
border-color: #BFAF0C;
}
</style>