Shades of Old Gold #BFBA40
Tints of Old Gold #BFBA40
RGB
CMYK
RGB Variations
Color information
#BFBA40 (or 0xBFBA40) is known color: Old Gold. HEX triplet: BF, BA and 40. RGB value is (191,186,64). Sum of RGB (Red+Green+Blue) = 191+186+64=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA40 is #4045BF. Grayscale: #AEAEAE. Windows color (decimal): -4212160 or 4242111. OLE color: 4242111.
HSL color Cylindrical-coordinate representation of color #BFBA40: hue angle of 57.64º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFBA40 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 64 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.25 |
| HSL | 57.64º | 0.5% | 0.5% | - |
| HSV(B) | 57.64º | 0.66% | 0.75% | - |
| XYZ | 39.97 | 46.56 | 11.73 | - |
| YUV | 173.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 64 | 0 | 0.03 | 0.66 | 0.25 | 57.64 | 0.5 | 0.5 |
| Hex | BF | BA | 40 | 0 | 3 | 42 | 19 | 3A | 32 | 32 |
| Octal | 277 | 272 | 100 | 0 | 3 | 102 | 31 | 72 | 62 | 62 |
| Binary | 10111111 | 10111010 | 1000000 | 0 | 11 | 1000010 | 11001 | 111010 | 110010 | 110010 |
Color Harmonies of #BFBA40
Complementary color
Monochromatic Colors of #BFBA40
Black with #BFBA40
Text Example
Text Example
White with #BFBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA40; }
p { color: rgb(191,186,64); }
H1.HeaderClassName
{
color: #BFBA40;
}
.AnyTagClassName
{
color: #BFBA40;
}
</style>
background-color css
<style>
a { background-color: #BFBA40; }
a { background-color: rgb(191,186,64); }
div.DivClassName
{
background-color: #BFBA40;
}
.BgClassName
{
background-color: #BFBA40;
}
</style>
border-color css
<style>
span { border-color: #BFBA40; }
span { border-color: rgb(191,186,64); }
td.TdClassName
{
border-color: #BFBA40;
}
.TagClassName
{
border-color: #BFBA40;
}
</style>