#BDB936

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

Shades of Old Gold #BDB936

Tints of Old Gold #BDB936

Color information

#BDB936 (or 0xBDB936) is unknown color: approx Old Gold. HEX triplet: BD, B9 and 36. RGB value is (189,185,54). Sum of RGB (Red+Green+Blue) = 189+185+54=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB936 is #4246C9. Grayscale: #ABABAB. Windows color (decimal): -4343498 or 3586493. OLE color: 3586493.

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

Color convert

RGB18918554-
CMYK00.020.710.26
HSL58.22º55.56%47.65%-
HSV(B)58.22º71.43%74.12%-
XYZ3945.7810.27-
YUV171.2661.83140.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=44.16%
G=43.22%
B=12.62%

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
Decimal1891855400.020.710.2658.2255.5647.65
HexBDB93602471A3a3830
Octal275271660210732727060
Binary1011110110111001110110010100011111010111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB936; }

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

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

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

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

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

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

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

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