#BFBA34

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

Shades of Old Gold #BFBA34

Tints of Old Gold #BFBA34

Color information

#BFBA34 (or 0xBFBA34) is unknown color: approx Old Gold. HEX triplet: BF, BA and 34. RGB value is (191,186,52). Sum of RGB (Red+Green+Blue) = 191+186+52=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA34 is #4045CB. Grayscale: #ACACAC. Windows color (decimal): -4212172 or 3455679. OLE color: 3455679.

HSL color Cylindrical-coordinate representation of color #BFBA34: hue angle of 57.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFBA34 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19118652-
CMYK00.030.730.25
HSL57.84º57.2%47.65%-
HSV(B)57.84º72.77%74.9%-
XYZ39.6646.4410.12-
YUV172.2260.16141.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 52 (20.70% from 255) = 12.12%
R=44.52%
G=43.36%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911865200.030.730.2557.8457.247.65
HexBFBA340349193a3930
Octal277272640311131727160
Binary1011111110111010110100011100100111001111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA34; }

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

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

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

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

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

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

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

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