#BFBA32

Color #BFBA32 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #BFBA32

Tints of Old Gold #BFBA32

Color information

#BFBA32 (or 0xBFBA32) is unknown color: approx Old Gold. HEX triplet: BF, BA and 32. RGB value is (191,186,50). Sum of RGB (Red+Green+Blue) = 191+186+50=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA32 is #4045CD. Grayscale: #ACACAC. Windows color (decimal): -4212174 or 3324607. OLE color: 3324607.

HSL color Cylindrical-coordinate representation of color #BFBA32: hue angle of 57.87º 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 #BFBA32 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19118650-
CMYK00.030.740.25
HSL57.87º58.51%47.25%-
HSV(B)57.87º73.82%74.9%-
XYZ39.6246.429.89-
YUV171.9959.16141.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 50 (19.92% from 255) = 11.71%
R=44.73%
G=43.56%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911865000.030.740.2557.8758.5147.25
HexBFBA32034A193a3b2f
Octal277272620311231727357
Binary1011111110111010110010011100101011001111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA32; }

 p { color: rgb(191,186,50); }

 H1.HeaderClassName
 {
   color: #BFBA32;
 }
 .AnyTagClassName
 {
   color: #BFBA32;
 }
</style>
background-color css

<style>
 a { background-color: #BFBA32; }

 a { background-color: rgb(191,186,50); }

 div.DivClassName
 {
   background-color: #BFBA32;
 }
 .BgClassName
 {
   background-color: #BFBA32;
 }
</style>
border-color css

<style>
 span { border-color: #BFBA32; }

 span { border-color: rgb(191,186,50); }

 td.TdClassName
 {
   border-color: #BFBA32;
 }
 .TagClassName
 {
   border-color: #BFBA32;
 }
</style>