Shades of Old Gold #BFBD37
Tints of Old Gold #BFBD37
RGB
CMYK
RGB Variations
Color information
#BFBD37 (or 0xBFBD37) is known color: Old Gold. HEX triplet: BF, BD and 37. RGB value is (191,189,55). Sum of RGB (Red+Green+Blue) = 191+189+55=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD37 is #4042C8. Grayscale: #AEAEAE. Windows color (decimal): -4211401 or 3653055. OLE color: 3653055.
HSL color Cylindrical-coordinate representation of color #BFBD37: hue angle of 59.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFBD37 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 55 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.25 |
| HSL | 59.12º | 0.55% | 0.48% | - |
| HSV(B) | 59.12º | 0.71% | 0.75% | - |
| XYZ | 40.37 | 47.75 | 10.7 | - |
| YUV | 174.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 55 | 0 | 0.01 | 0.71 | 0.25 | 59.12 | 0.55 | 0.48 |
| Hex | BF | BD | 37 | 0 | 1 | 47 | 19 | 3B | 37 | 30 |
| Octal | 277 | 275 | 67 | 0 | 1 | 107 | 31 | 73 | 67 | 60 |
| Binary | 10111111 | 10111101 | 110111 | 0 | 1 | 1000111 | 11001 | 111011 | 110111 | 110000 |
Color Harmonies of #BFBD37
Complementary color
Monochromatic Colors of #BFBD37
Black with #BFBD37
Text Example
Text Example
White with #BFBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD37; }
p { color: rgb(191,189,55); }
H1.HeaderClassName
{
color: #BFBD37;
}
.AnyTagClassName
{
color: #BFBD37;
}
</style>
background-color css
<style>
a { background-color: #BFBD37; }
a { background-color: rgb(191,189,55); }
div.DivClassName
{
background-color: #BFBD37;
}
.BgClassName
{
background-color: #BFBD37;
}
</style>
border-color css
<style>
span { border-color: #BFBD37; }
span { border-color: rgb(191,189,55); }
td.TdClassName
{
border-color: #BFBD37;
}
.TagClassName
{
border-color: #BFBD37;
}
</style>