Shades of Old Gold #BFBA3F
Tints of Old Gold #BFBA3F
RGB
CMYK
RGB Variations
Color information
#BFBA3F (or 0xBFBA3F) is known color: Old Gold. HEX triplet: BF, BA and 3F. RGB value is (191,186,63). Sum of RGB (Red+Green+Blue) = 191+186+63=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA3F is #4045C0. Grayscale: #ADADAD. Windows color (decimal): -4212161 or 4176575. OLE color: 4176575.
HSL color Cylindrical-coordinate representation of color #BFBA3F: hue angle of 57.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFBA3F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.25 |
| HSL | 57.66º | 0.5% | 0.5% | - |
| HSV(B) | 57.66º | 0.67% | 0.75% | - |
| XYZ | 39.94 | 46.55 | 11.58 | - |
| YUV | 173.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 63 | 0 | 0.03 | 0.67 | 0.25 | 57.66 | 0.5 | 0.5 |
| Hex | BF | BA | 3F | 0 | 3 | 43 | 19 | 3A | 32 | 32 |
| Octal | 277 | 272 | 77 | 0 | 3 | 103 | 31 | 72 | 62 | 62 |
| Binary | 10111111 | 10111010 | 111111 | 0 | 11 | 1000011 | 11001 | 111010 | 110010 | 110010 |
Color Harmonies of #BFBA3F
Complementary color
Monochromatic Colors of #BFBA3F
Black with #BFBA3F
Text Example
Text Example
White with #BFBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA3F; }
p { color: rgb(191,186,63); }
H1.HeaderClassName
{
color: #BFBA3F;
}
.AnyTagClassName
{
color: #BFBA3F;
}
</style>
background-color css
<style>
a { background-color: #BFBA3F; }
a { background-color: rgb(191,186,63); }
div.DivClassName
{
background-color: #BFBA3F;
}
.BgClassName
{
background-color: #BFBA3F;
}
</style>
border-color css
<style>
span { border-color: #BFBA3F; }
span { border-color: rgb(191,186,63); }
td.TdClassName
{
border-color: #BFBA3F;
}
.TagClassName
{
border-color: #BFBA3F;
}
</style>