Shades of Old Gold #BFBE32
Tints of Old Gold #BFBE32
RGB
CMYK
RGB Variations
Color information
#BFBE32 (or 0xBFBE32) is known color: Old Gold. HEX triplet: BF, BE and 32. RGB value is (191,190,50). Sum of RGB (Red+Green+Blue) = 191+190+50=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE32 is #4041CD. Grayscale: #AEAEAE. Windows color (decimal): -4211150 or 3325631. OLE color: 3325631.
HSL color Cylindrical-coordinate representation of color #BFBE32: hue angle of 59.57º 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 #BFBE32 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 50 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.25 |
| HSL | 59.57º | 0.59% | 0.47% | - |
| HSV(B) | 59.57º | 0.74% | 0.75% | - |
| XYZ | 40.48 | 48.13 | 10.18 | - |
| YUV | 174.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 50 | 0 | 0.01 | 0.74 | 0.25 | 59.57 | 0.59 | 0.47 |
| Hex | BF | BE | 32 | 0 | 1 | 4A | 19 | 3C | 3B | 2F |
| Octal | 277 | 276 | 62 | 0 | 1 | 112 | 31 | 74 | 73 | 57 |
| Binary | 10111111 | 10111110 | 110010 | 0 | 1 | 1001010 | 11001 | 111100 | 111011 | 101111 |
Color Harmonies of #BFBE32
Complementary color
Monochromatic Colors of #BFBE32
Black with #BFBE32
Text Example
Text Example
White with #BFBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE32; }
p { color: rgb(191,190,50); }
H1.HeaderClassName
{
color: #BFBE32;
}
.AnyTagClassName
{
color: #BFBE32;
}
</style>
background-color css
<style>
a { background-color: #BFBE32; }
a { background-color: rgb(191,190,50); }
div.DivClassName
{
background-color: #BFBE32;
}
.BgClassName
{
background-color: #BFBE32;
}
</style>
border-color css
<style>
span { border-color: #BFBE32; }
span { border-color: rgb(191,190,50); }
td.TdClassName
{
border-color: #BFBE32;
}
.TagClassName
{
border-color: #BFBE32;
}
</style>