#BDBA36

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

Shades of Old Gold #BDBA36

Tints of Old Gold #BDBA36

Color information

#BDBA36 (or 0xBDBA36) is unknown color: approx Old Gold. HEX triplet: BD, BA and 36. RGB value is (189,186,54). Sum of RGB (Red+Green+Blue) = 189+186+54=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA36 is #4245C9. Grayscale: #ACACAC. Windows color (decimal): -4343242 or 3586749. OLE color: 3586749.

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

Color convert

RGB18918654-
CMYK00.020.710.26
HSL58.67º55.56%47.65%-
HSV(B)58.67º71.43%74.12%-
XYZ39.2146.210.34-
YUV171.8561.49140.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=44.06%
G=43.36%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891865400.020.710.2658.6755.5647.65
HexBDBA3602471A3b3830
Octal275272660210732737060
Binary1011110110111010110110010100011111010111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA36; }

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

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

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

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

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

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

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

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