#BDBA39

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

Shades of Old Gold #BDBA39

Tints of Old Gold #BDBA39

Color information

#BDBA39 (or 0xBDBA39) is unknown color: approx Old Gold. HEX triplet: BD, BA and 39. RGB value is (189,186,57). Sum of RGB (Red+Green+Blue) = 189+186+57=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA39 is #4245C6. Grayscale: #ACACAC. Windows color (decimal): -4343239 or 3783357. OLE color: 3783357.

HSL color Cylindrical-coordinate representation of color #BDBA39: hue angle of 58.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDBA39 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18918657-
CMYK00.020.700.26
HSL58.64º53.66%48.24%-
HSV(B)58.64º69.84%74.12%-
XYZ39.2846.2310.72-
YUV172.1962.99139.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 57 (22.66% from 255) = 13.19%
R=43.75%
G=43.06%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891865700.020.700.2658.6453.6648.24
HexBDBA3902461A3b3630
Octal275272710210632736660
Binary1011110110111010111001010100011011010111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA39; }

 p { color: rgb(189,186,57); }

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

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

 a { background-color: rgb(189,186,57); }

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

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

 span { border-color: rgb(189,186,57); }

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