#BFAA72

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

Shades of Putty #BFAA72

Tints of Putty #BFAA72

Color information

#BFAA72 (or 0xBFAA72) is unknown color: approx Putty. HEX triplet: BF, AA and 72. RGB value is (191,170,114). Sum of RGB (Red+Green+Blue) = 191+170+114=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA72 is #40558D. Grayscale: #AAAAAA. Windows color (decimal): -4216206 or 7514815. OLE color: 7514815.

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

Color convert

RGB191170114-
CMYK00.110.400.25
HSL43.64º37.56%59.8%-
HSV(B)43.64º40.31%74.9%-
XYZ38.941.0421.79-
YUV169.996.46143.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 114 (44.92% from 255) = 24%
R=40.21%
G=35.79%
B=24%

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
Decimal19117011400.110.400.2543.6437.5659.8
HexBFAA720B28192c263c
Octal2772521620135031544674
Binary101111111010101011100100101110100011001101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA72; }

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

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

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

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

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

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

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

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