#BDB639

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

Shades of Old Gold #BDB639

Tints of Old Gold #BDB639

Color information

#BDB639 (or 0xBDB639) is unknown color: approx Old Gold. HEX triplet: BD, B6 and 39. RGB value is (189,182,57). Sum of RGB (Red+Green+Blue) = 189+182+57=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB639 is #4249C6. Grayscale: #AAAAAA. Windows color (decimal): -4344263 or 3782333. OLE color: 3782333.

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

Color convert

RGB18918257-
CMYK00.040.700.26
HSL56.82º53.66%48.24%-
HSV(B)56.82º69.84%74.12%-
XYZ38.4544.5710.45-
YUV169.8464.32141.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 57 (22.66% from 255) = 13.32%
R=44.16%
G=42.52%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891825700.040.700.2656.8253.6648.24
HexBDB63904461A393630
Octal275266710410632716660
Binary10111101101101101110010100100011011010111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB639; }

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

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

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

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

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

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

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

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