Shades of Old Gold #BFBA32
Tints of Old Gold #BFBA32
RGB
CMYK
RGB Variations
Color information
#BFBA32 (or 0xBFBA32) is known color: Old Gold. HEX triplet: BF, BA and 32. RGB value is (191,186,50). Sum of RGB (Red+Green+Blue) = 191+186+50=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA32 is #4045CD. Grayscale: #ACACAC. Windows color (decimal): -4212174 or 3324607. OLE color: 3324607.
HSL color Cylindrical-coordinate representation of color #BFBA32: hue angle of 57.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFBA32 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 50 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.25 |
| HSL | 57.87º | 0.59% | 0.47% | - |
| HSV(B) | 57.87º | 0.74% | 0.75% | - |
| XYZ | 39.62 | 46.42 | 9.89 | - |
| YUV | 171.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 50 | 0 | 0.03 | 0.74 | 0.25 | 57.87 | 0.59 | 0.47 |
| Hex | BF | BA | 32 | 0 | 3 | 4A | 19 | 3A | 3B | 2F |
| Octal | 277 | 272 | 62 | 0 | 3 | 112 | 31 | 72 | 73 | 57 |
| Binary | 10111111 | 10111010 | 110010 | 0 | 11 | 1001010 | 11001 | 111010 | 111011 | 101111 |
Color Harmonies of #BFBA32
Complementary color
Monochromatic Colors of #BFBA32
Black with #BFBA32
Text Example
Text Example
White with #BFBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA32; }
p { color: rgb(191,186,50); }
H1.HeaderClassName
{
color: #BFBA32;
}
.AnyTagClassName
{
color: #BFBA32;
}
</style>
background-color css
<style>
a { background-color: #BFBA32; }
a { background-color: rgb(191,186,50); }
div.DivClassName
{
background-color: #BFBA32;
}
.BgClassName
{
background-color: #BFBA32;
}
</style>
border-color css
<style>
span { border-color: #BFBA32; }
span { border-color: rgb(191,186,50); }
td.TdClassName
{
border-color: #BFBA32;
}
.TagClassName
{
border-color: #BFBA32;
}
</style>