Shades of La Rioja #BFBA09
Tints of La Rioja #BFBA09
RGB
CMYK
RGB Variations
Color information
#BFBA09 (or 0xBFBA09) is known color: La Rioja. HEX triplet: BF, BA and 09. RGB value is (191,186,9). Sum of RGB (Red+Green+Blue) = 191+186+9=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA09 is #4045F6. Grayscale: #A8A8A8. Windows color (decimal): -4212215 or 637631. OLE color: 637631.
HSL color Cylindrical-coordinate representation of color #BFBA09: hue angle of 58.35º 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 #BFBA09 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 9 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.25 |
| HSL | 58.35º | 0.91% | 0.39% | - |
| HSV(B) | 58.35º | 0.95% | 0.75% | - |
| XYZ | 39.09 | 46.21 | 7.12 | - |
| YUV | 167.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 9 | 0 | 0.03 | 0.95 | 0.25 | 58.35 | 0.91 | 0.39 |
| Hex | BF | BA | 9 | 0 | 3 | 5F | 19 | 3A | 5B | 27 |
| Octal | 277 | 272 | 11 | 0 | 3 | 137 | 31 | 72 | 133 | 47 |
| Binary | 10111111 | 10111010 | 1001 | 0 | 11 | 1011111 | 11001 | 111010 | 1011011 | 100111 |
Color Harmonies of #BFBA09
Complementary color
Monochromatic Colors of #BFBA09
Black with #BFBA09
Text Example
Text Example
White with #BFBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA09; }
p { color: rgb(191,186,9); }
H1.HeaderClassName
{
color: #BFBA09;
}
.AnyTagClassName
{
color: #BFBA09;
}
</style>
background-color css
<style>
a { background-color: #BFBA09; }
a { background-color: rgb(191,186,9); }
div.DivClassName
{
background-color: #BFBA09;
}
.BgClassName
{
background-color: #BFBA09;
}
</style>
border-color css
<style>
span { border-color: #BFBA09; }
span { border-color: rgb(191,186,9); }
td.TdClassName
{
border-color: #BFBA09;
}
.TagClassName
{
border-color: #BFBA09;
}
</style>