#BFA771

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

Shades of Putty #BFA771

Tints of Putty #BFA771

Color information

#BFA771 (or 0xBFA771) is unknown color: approx Putty. HEX triplet: BF, A7 and 71. RGB value is (191,167,113). Sum of RGB (Red+Green+Blue) = 191+167+113=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA771 is #40588E. Grayscale: #A8A8A8. Windows color (decimal): -4216975 or 7448511. OLE color: 7448511.

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

Color convert

RGB191167113-
CMYK00.130.410.25
HSL41.54º37.86%59.61%-
HSV(B)41.54º40.84%74.9%-
XYZ38.2939.9121.31-
YUV168.0296.95144.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=40.55%
G=35.46%
B=23.99%

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
Decimal19116711300.130.410.2541.5437.8659.61
HexBFA7710D29192a263c
Octal2772471610155131524674
Binary101111111010011111100010110110100111001101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA771; }

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

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

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

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

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

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

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

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