#BFAB71

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

Shades of Putty #BFAB71

Tints of Putty #BFAB71

Color information

#BFAB71 (or 0xBFAB71) is unknown color: approx Putty. HEX triplet: BF, AB and 71. RGB value is (191,171,113). Sum of RGB (Red+Green+Blue) = 191+171+113=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB71 is #40548E. Grayscale: #AAAAAA. Windows color (decimal): -4215951 or 7449535. OLE color: 7449535.

HSL color Cylindrical-coordinate representation of color #BFAB71: hue angle of 44.62º 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 #BFAB71 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191171113-
CMYK00.100.410.25
HSL44.62º37.86%59.61%-
HSV(B)44.62º40.84%74.9%-
XYZ39.0341.3921.56-
YUV170.3795.63142.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=40.21%
G=36%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117111300.100.410.2544.6237.8659.61
HexBFAB710A29192d263c
Octal2772531610125131554674
Binary101111111010101111100010101010100111001101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB71; }

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

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

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

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

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

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

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

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