Shades of Old Gold #BFB033
Tints of Old Gold #BFB033
RGB
CMYK
RGB Variations
Color information
#BFB033 (or 0xBFB033) is known color: Old Gold. HEX triplet: BF, B0 and 33. RGB value is (191,176,51). Sum of RGB (Red+Green+Blue) = 191+176+51=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB033 is #404FCC. Grayscale: #A6A6A6. Windows color (decimal): -4214733 or 3387583. OLE color: 3387583.
HSL color Cylindrical-coordinate representation of color #BFB033: hue angle of 53.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFB033 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 51 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.25 |
| HSL | 53.57º | 0.58% | 0.47% | - |
| HSV(B) | 53.57º | 0.73% | 0.75% | - |
| XYZ | 37.61 | 42.37 | 9.33 | - |
| YUV | 166.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 51 | 0 | 0.08 | 0.73 | 0.25 | 53.57 | 0.58 | 0.47 |
| Hex | BF | B0 | 33 | 0 | 8 | 49 | 19 | 36 | 3A | 2F |
| Octal | 277 | 260 | 63 | 0 | 10 | 111 | 31 | 66 | 72 | 57 |
| Binary | 10111111 | 10110000 | 110011 | 0 | 1000 | 1001001 | 11001 | 110110 | 111010 | 101111 |
Color Harmonies of #BFB033
Complementary color
Monochromatic Colors of #BFB033
Black with #BFB033
Text Example
Text Example
White with #BFB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB033; }
p { color: rgb(191,176,51); }
H1.HeaderClassName
{
color: #BFB033;
}
.AnyTagClassName
{
color: #BFB033;
}
</style>
background-color css
<style>
a { background-color: #BFB033; }
a { background-color: rgb(191,176,51); }
div.DivClassName
{
background-color: #BFB033;
}
.BgClassName
{
background-color: #BFB033;
}
</style>
border-color css
<style>
span { border-color: #BFB033; }
span { border-color: rgb(191,176,51); }
td.TdClassName
{
border-color: #BFB033;
}
.TagClassName
{
border-color: #BFB033;
}
</style>