#BDA66F

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

Shades of Putty #BDA66F

Tints of Putty #BDA66F

Color information

#BDA66F (or 0xBDA66F) is unknown color: approx Putty. HEX triplet: BD, A6 and 6F. RGB value is (189,166,111). Sum of RGB (Red+Green+Blue) = 189+166+111=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA66F is #425990. Grayscale: #A6A6A6. Windows color (decimal): -4348305 or 7317181. OLE color: 7317181.

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

Color convert

RGB189166111-
CMYK00.120.410.26
HSL42.31º37.14%58.82%-
HSV(B)42.31º41.27%74.12%-
XYZ37.4939.2420.64-
YUV166.6196.62143.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=40.56%
G=35.62%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916611100.120.410.2642.3137.1458.82
HexBDA66F0C291A2a253b
Octal2752461570145132524573
Binary101111011010011011011110110010100111010101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA66F; }

 p { color: rgb(189,166,111); }

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

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

 a { background-color: rgb(189,166,111); }

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

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

 span { border-color: rgb(189,166,111); }

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