#BFBA33

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

Shades of Old Gold #BFBA33

Tints of Old Gold #BFBA33

Color information

#BFBA33 (or 0xBFBA33) is unknown color: approx Old Gold. HEX triplet: BF, BA and 33. RGB value is (191,186,51). Sum of RGB (Red+Green+Blue) = 191+186+51=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA33 is #4045CC. Grayscale: #ACACAC. Windows color (decimal): -4212173 or 3390143. OLE color: 3390143.

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

Color convert

RGB19118651-
CMYK00.030.730.25
HSL57.86º57.85%47.45%-
HSV(B)57.86º73.3%74.9%-
XYZ39.6446.4310.01-
YUV172.159.66141.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 51 (20.31% from 255) = 11.92%
R=44.63%
G=43.46%
B=11.92%

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
Decimal1911865100.030.730.2557.8657.8547.45
HexBFBA330349193a3a2f
Octal277272630311131727257
Binary1011111110111010110011011100100111001111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA33; }

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

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

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

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

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

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

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

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