Shades of Old Gold #BFB539
Tints of Old Gold #BFB539
RGB
CMYK
RGB Variations
Color information
#BFB539 (or 0xBFB539) is known color: Old Gold. HEX triplet: BF, B5 and 39. RGB value is (191,181,57). Sum of RGB (Red+Green+Blue) = 191+181+57=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB539 is #404AC6. Grayscale: #AAAAAA. Windows color (decimal): -4213447 or 3782079. OLE color: 3782079.
HSL color Cylindrical-coordinate representation of color #BFB539: hue angle of 55.52º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFB539 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 57 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.25 |
| HSL | 55.52º | 0.54% | 0.49% | - |
| HSV(B) | 55.52º | 0.7% | 0.75% | - |
| XYZ | 38.75 | 44.42 | 10.4 | - |
| YUV | 169.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 57 | 0 | 0.05 | 0.70 | 0.25 | 55.52 | 0.54 | 0.49 |
| Hex | BF | B5 | 39 | 0 | 5 | 46 | 19 | 38 | 36 | 31 |
| Octal | 277 | 265 | 71 | 0 | 5 | 106 | 31 | 70 | 66 | 61 |
| Binary | 10111111 | 10110101 | 111001 | 0 | 101 | 1000110 | 11001 | 111000 | 110110 | 110001 |
Color Harmonies of #BFB539
Complementary color
Monochromatic Colors of #BFB539
Black with #BFB539
Text Example
Text Example
White with #BFB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB539; }
p { color: rgb(191,181,57); }
H1.HeaderClassName
{
color: #BFB539;
}
.AnyTagClassName
{
color: #BFB539;
}
</style>
background-color css
<style>
a { background-color: #BFB539; }
a { background-color: rgb(191,181,57); }
div.DivClassName
{
background-color: #BFB539;
}
.BgClassName
{
background-color: #BFB539;
}
</style>
border-color css
<style>
span { border-color: #BFB539; }
span { border-color: rgb(191,181,57); }
td.TdClassName
{
border-color: #BFB539;
}
.TagClassName
{
border-color: #BFB539;
}
</style>