#BDA86E

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

Shades of Putty #BDA86E

Tints of Putty #BDA86E

Color information

#BDA86E (or 0xBDA86E) is unknown color: approx Putty. HEX triplet: BD, A8 and 6E. RGB value is (189,168,110). Sum of RGB (Red+Green+Blue) = 189+168+110=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86E is #425791. Grayscale: #A7A7A7. Windows color (decimal): -4347794 or 7252157. OLE color: 7252157.

HSL color Cylindrical-coordinate representation of color #BDA86E: hue angle of 44.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA86E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189168110-
CMYK00.110.420.26
HSL44.05º37.44%58.63%-
HSV(B)44.05º41.8%74.12%-
XYZ37.839.9520.47-
YUV167.6795.46143.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=40.47%
G=35.97%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916811000.110.420.2644.0537.4458.63
HexBDA86E0B2A1A2c253b
Octal2752501560135232544573
Binary101111011010100011011100101110101011010101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA86E; }

 p { color: rgb(189,168,110); }

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

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

 a { background-color: rgb(189,168,110); }

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

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

 span { border-color: rgb(189,168,110); }

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