#BDB536

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

Shades of Old Gold #BDB536

Tints of Old Gold #BDB536

Color information

#BDB536 (or 0xBDB536) is unknown color: approx Old Gold. HEX triplet: BD, B5 and 36. RGB value is (189,181,54). Sum of RGB (Red+Green+Blue) = 189+181+54=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB536 is #424AC9. Grayscale: #A9A9A9. Windows color (decimal): -4344522 or 3585469. OLE color: 3585469.

HSL color Cylindrical-coordinate representation of color #BDB536: hue angle of 56.44º 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 #BDB536 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18918154-
CMYK00.040.710.26
HSL56.44º55.56%47.65%-
HSV(B)56.44º71.43%74.12%-
XYZ38.1844.1310-
YUV168.9163.15142.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 54 (21.48% from 255) = 12.74%
R=44.58%
G=42.69%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891815400.040.710.2656.4455.5647.65
HexBDB53604471A383830
Octal275265660410732707060
Binary10111101101101011101100100100011111010111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB536; }

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

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

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

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

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

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

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

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