Shades of Old Gold #BFBC31
Tints of Old Gold #BFBC31
RGB
CMYK
RGB Variations
Color information
#BFBC31 (or 0xBFBC31) is known color: Old Gold. HEX triplet: BF, BC and 31. RGB value is (191,188,49). Sum of RGB (Red+Green+Blue) = 191+188+49=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC31 is #4043CE. Grayscale: #ADADAD. Windows color (decimal): -4211663 or 3259583. OLE color: 3259583.
HSL color Cylindrical-coordinate representation of color #BFBC31: hue angle of 58.73º 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 #BFBC31 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 49 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.25 |
| HSL | 58.73º | 0.59% | 0.47% | - |
| HSV(B) | 58.73º | 0.74% | 0.75% | - |
| XYZ | 40.02 | 47.26 | 9.92 | - |
| YUV | 173.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 49 | 0 | 0.02 | 0.74 | 0.25 | 58.73 | 0.59 | 0.47 |
| Hex | BF | BC | 31 | 0 | 2 | 4A | 19 | 3B | 3B | 2F |
| Octal | 277 | 274 | 61 | 0 | 2 | 112 | 31 | 73 | 73 | 57 |
| Binary | 10111111 | 10111100 | 110001 | 0 | 10 | 1001010 | 11001 | 111011 | 111011 | 101111 |
Color Harmonies of #BFBC31
Complementary color
Monochromatic Colors of #BFBC31
Black with #BFBC31
Text Example
Text Example
White with #BFBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC31; }
p { color: rgb(191,188,49); }
H1.HeaderClassName
{
color: #BFBC31;
}
.AnyTagClassName
{
color: #BFBC31;
}
</style>
background-color css
<style>
a { background-color: #BFBC31; }
a { background-color: rgb(191,188,49); }
div.DivClassName
{
background-color: #BFBC31;
}
.BgClassName
{
background-color: #BFBC31;
}
</style>
border-color css
<style>
span { border-color: #BFBC31; }
span { border-color: rgb(191,188,49); }
td.TdClassName
{
border-color: #BFBC31;
}
.TagClassName
{
border-color: #BFBC31;
}
</style>