#BFAA73

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

Shades of Putty #BFAA73

Tints of Putty #BFAA73

Color information

#BFAA73 (or 0xBFAA73) is unknown color: approx Putty. HEX triplet: BF, AA and 73. RGB value is (191,170,115). Sum of RGB (Red+Green+Blue) = 191+170+115=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA73 is #40558C. Grayscale: #AAAAAA. Windows color (decimal): -4216205 or 7580351. OLE color: 7580351.

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

Color convert

RGB191170115-
CMYK00.110.400.25
HSL43.42º37.25%60%-
HSV(B)43.42º39.79%74.9%-
XYZ38.9641.0622.09-
YUV170.0196.96142.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=40.13%
G=35.71%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117011500.110.400.2543.4237.2560
HexBFAA730B28192b253c
Octal2772521630135031534574
Binary101111111010101011100110101110100011001101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA73; }

 p { color: rgb(191,170,115); }

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

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

 a { background-color: rgb(191,170,115); }

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

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

 span { border-color: rgb(191,170,115); }

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