#BDA772

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

Shades of Putty #BDA772

Tints of Putty #BDA772

Color information

#BDA772 (or 0xBDA772) is unknown color: approx Putty. HEX triplet: BD, A7 and 72. RGB value is (189,167,114). Sum of RGB (Red+Green+Blue) = 189+167+114=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA772 is #42588D. Grayscale: #A7A7A7. Windows color (decimal): -4348046 or 7514045. OLE color: 7514045.

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

Color convert

RGB189167114-
CMYK00.120.400.26
HSL42.4º36.23%59.41%-
HSV(B)42.4º39.68%74.12%-
XYZ37.8439.6721.58-
YUV167.5497.79143.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=40.21%
G=35.53%
B=24.26%

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
Decimal18916711400.120.400.2642.436.2359.41
HexBDA7720C281A2a243b
Octal2752471620145032524473
Binary101111011010011111100100110010100011010101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA772; }

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

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

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

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

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

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

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

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