Shades of La Rioja #BFBA07
Tints of La Rioja #BFBA07
RGB
CMYK
RGB Variations
Color information
#BFBA07 (or 0xBFBA07) is known color: La Rioja. HEX triplet: BF, BA and 07. RGB value is (191,186,7). Sum of RGB (Red+Green+Blue) = 191+186+7=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA07 is #4045F8. Grayscale: #A7A7A7. Windows color (decimal): -4212217 or 506559. OLE color: 506559.
HSL color Cylindrical-coordinate representation of color #BFBA07: hue angle of 58.37º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFBA07 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.25 |
| HSL | 58.37º | 0.93% | 0.39% | - |
| HSV(B) | 58.37º | 0.96% | 0.75% | - |
| XYZ | 39.08 | 46.21 | 7.06 | - |
| YUV | 167.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 7 | 0 | 0.03 | 0.96 | 0.25 | 58.37 | 0.93 | 0.39 |
| Hex | BF | BA | 7 | 0 | 3 | 60 | 19 | 3A | 5D | 27 |
| Octal | 277 | 272 | 7 | 0 | 3 | 140 | 31 | 72 | 135 | 47 |
| Binary | 10111111 | 10111010 | 111 | 0 | 11 | 1100000 | 11001 | 111010 | 1011101 | 100111 |
Color Harmonies of #BFBA07
Complementary color
Monochromatic Colors of #BFBA07
Black with #BFBA07
Text Example
Text Example
White with #BFBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA07; }
p { color: rgb(191,186,7); }
H1.HeaderClassName
{
color: #BFBA07;
}
.AnyTagClassName
{
color: #BFBA07;
}
</style>
background-color css
<style>
a { background-color: #BFBA07; }
a { background-color: rgb(191,186,7); }
div.DivClassName
{
background-color: #BFBA07;
}
.BgClassName
{
background-color: #BFBA07;
}
</style>
border-color css
<style>
span { border-color: #BFBA07; }
span { border-color: rgb(191,186,7); }
td.TdClassName
{
border-color: #BFBA07;
}
.TagClassName
{
border-color: #BFBA07;
}
</style>