#BDA871

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

Shades of Putty #BDA871

Tints of Putty #BDA871

Color information

#BDA871 (or 0xBDA871) is unknown color: approx Putty. HEX triplet: BD, A8 and 71. RGB value is (189,168,113). Sum of RGB (Red+Green+Blue) = 189+168+113=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA871 is #42578E. Grayscale: #A8A8A8. Windows color (decimal): -4347791 or 7448765. OLE color: 7448765.

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

Color convert

RGB189168113-
CMYK00.110.400.26
HSL43.42º36.54%59.22%-
HSV(B)43.42º40.21%74.12%-
XYZ37.9740.0221.35-
YUV168.0196.96142.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=40.21%
G=35.74%
B=24.04%

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
Decimal18916811300.110.400.2643.4236.5459.22
HexBDA8710B281A2b253b
Octal2752501610135032534573
Binary101111011010100011100010101110100011010101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA871; }

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

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

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

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

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

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

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

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