#BFA671

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

Shades of Putty #BFA671

Tints of Putty #BFA671

Color information

#BFA671 (or 0xBFA671) is unknown color: approx Putty. HEX triplet: BF, A6 and 71. RGB value is (191,166,113). Sum of RGB (Red+Green+Blue) = 191+166+113=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA671 is #40598E. Grayscale: #A7A7A7. Windows color (decimal): -4217231 or 7448255. OLE color: 7448255.

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

Color convert

RGB191166113-
CMYK00.130.410.25
HSL40.77º37.86%59.61%-
HSV(B)40.77º40.84%74.9%-
XYZ38.139.5421.25-
YUV167.4397.28144.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=40.64%
G=35.32%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116611300.130.410.2540.7737.8659.61
HexBFA6710D291929263c
Octal2772461610155131514674
Binary101111111010011011100010110110100111001101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA671; }

 p { color: rgb(191,166,113); }

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

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

 a { background-color: rgb(191,166,113); }

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

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

 span { border-color: rgb(191,166,113); }

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