#BDA672

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

Shades of Putty #BDA672

Tints of Putty #BDA672

Color information

#BDA672 (or 0xBDA672) is unknown color: approx Putty. HEX triplet: BD, A6 and 72. RGB value is (189,166,114). Sum of RGB (Red+Green+Blue) = 189+166+114=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA672 is #42598D. Grayscale: #A7A7A7. Windows color (decimal): -4348302 or 7513789. OLE color: 7513789.

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

Color convert

RGB189166114-
CMYK00.120.400.26
HSL41.6º36.23%59.41%-
HSV(B)41.6º39.68%74.12%-
XYZ37.6639.3121.52-
YUV166.9598.12143.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=40.30%
G=35.39%
B=24.31%

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
Decimal18916611400.120.400.2641.636.2359.41
HexBDA6720C281A2a243b
Octal2752461620145032524473
Binary101111011010011011100100110010100011010101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA672; }

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

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

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

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

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

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

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

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