#BDA771

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

Shades of Putty #BDA771

Tints of Putty #BDA771

Color information

#BDA771 (or 0xBDA771) is unknown color: approx Putty. HEX triplet: BD, A7 and 71. RGB value is (189,167,113). Sum of RGB (Red+Green+Blue) = 189+167+113=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA771 is #42588E. Grayscale: #A7A7A7. Windows color (decimal): -4348047 or 7448509. OLE color: 7448509.

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

Color convert

RGB189167113-
CMYK00.120.400.26
HSL42.63º36.54%59.22%-
HSV(B)42.63º40.21%74.12%-
XYZ37.7939.6521.28-
YUV167.4297.29143.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=40.30%
G=35.61%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916711300.120.400.2642.6336.5459.22
HexBDA7710C281A2b253b
Octal2752471610145032534573
Binary101111011010011111100010110010100011010101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA771; }

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

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

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

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

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

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

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

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