#BFAA6F

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

Shades of Putty #BFAA6F

Tints of Putty #BFAA6F

Color information

#BFAA6F (or 0xBFAA6F) is unknown color: approx Putty. HEX triplet: BF, AA and 6F. RGB value is (191,170,111). Sum of RGB (Red+Green+Blue) = 191+170+111=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA6F is #405590. Grayscale: #A9A9A9. Windows color (decimal): -4216209 or 7318207. OLE color: 7318207.

HSL color Cylindrical-coordinate representation of color #BFAA6F: hue angle of 44.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFAA6F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191170111-
CMYK00.110.420.25
HSL44.25º38.46%59.22%-
HSV(B)44.25º41.88%74.9%-
XYZ38.7340.9720.91-
YUV169.5594.96143.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=40.47%
G=36.02%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117011100.110.420.2544.2538.4659.22
HexBFAA6F0B2A192c263b
Octal2772521570135231544673
Binary101111111010101011011110101110101011001101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA6F; }

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

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

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

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

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

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

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

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