#BDA971

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

Shades of Putty #BDA971

Tints of Putty #BDA971

Color information

#BDA971 (or 0xBDA971) is unknown color: approx Putty. HEX triplet: BD, A9 and 71. RGB value is (189,169,113). Sum of RGB (Red+Green+Blue) = 189+169+113=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA971 is #42568E. Grayscale: #A8A8A8. Windows color (decimal): -4347535 or 7449021. OLE color: 7449021.

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

Color convert

RGB189169113-
CMYK00.110.400.26
HSL44.21º36.54%59.22%-
HSV(B)44.21º40.21%74.12%-
XYZ38.1540.3921.41-
YUV168.696.63142.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=40.13%
G=35.88%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916911300.110.400.2644.2136.5459.22
HexBDA9710B281A2c253b
Octal2752511610135032544573
Binary101111011010100111100010101110100011010101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA971; }

 p { color: rgb(189,169,113); }

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

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

 a { background-color: rgb(189,169,113); }

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

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

 span { border-color: rgb(189,169,113); }

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