Shades of La Rioja #BFAF09
Tints of La Rioja #BFAF09
RGB
CMYK
RGB Variations
Color information
#BFAF09 (or 0xBFAF09) is known color: La Rioja. HEX triplet: BF, AF and 09. RGB value is (191,175,9). Sum of RGB (Red+Green+Blue) = 191+175+9=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF09 is #4050F6. Grayscale: #A1A1A1. Windows color (decimal): -4215031 or 634815. OLE color: 634815.
HSL color Cylindrical-coordinate representation of color #BFAF09: hue angle of 54.73º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFAF09 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 9 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.25 |
| HSL | 54.73º | 0.91% | 0.39% | - |
| HSV(B) | 54.73º | 0.95% | 0.75% | - |
| XYZ | 36.87 | 41.76 | 6.38 | - |
| YUV | 160.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 9 | 0 | 0.08 | 0.95 | 0.25 | 54.73 | 0.91 | 0.39 |
| Hex | BF | AF | 9 | 0 | 8 | 5F | 19 | 37 | 5B | 27 |
| Octal | 277 | 257 | 11 | 0 | 10 | 137 | 31 | 67 | 133 | 47 |
| Binary | 10111111 | 10101111 | 1001 | 0 | 1000 | 1011111 | 11001 | 110111 | 1011011 | 100111 |
Color Harmonies of #BFAF09
Complementary color
Monochromatic Colors of #BFAF09
Black with #BFAF09
Text Example
Text Example
White with #BFAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF09; }
p { color: rgb(191,175,9); }
H1.HeaderClassName
{
color: #BFAF09;
}
.AnyTagClassName
{
color: #BFAF09;
}
</style>
background-color css
<style>
a { background-color: #BFAF09; }
a { background-color: rgb(191,175,9); }
div.DivClassName
{
background-color: #BFAF09;
}
.BgClassName
{
background-color: #BFAF09;
}
</style>
border-color css
<style>
span { border-color: #BFAF09; }
span { border-color: rgb(191,175,9); }
td.TdClassName
{
border-color: #BFAF09;
}
.TagClassName
{
border-color: #BFAF09;
}
</style>