#BFA971

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

Shades of Putty #BFA971

Tints of Putty #BFA971

Color information

#BFA971 (or 0xBFA971) is unknown color: approx Putty. HEX triplet: BF, A9 and 71. RGB value is (191,169,113). Sum of RGB (Red+Green+Blue) = 191+169+113=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA971 is #40568E. Grayscale: #A9A9A9. Windows color (decimal): -4216463 or 7449023. OLE color: 7449023.

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

Color convert

RGB191169113-
CMYK00.120.410.25
HSL43.08º37.86%59.61%-
HSV(B)43.08º40.84%74.9%-
XYZ38.6540.6421.43-
YUV169.1996.29143.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=40.38%
G=35.73%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116911300.120.410.2543.0837.8659.61
HexBFA9710C29192b263c
Octal2772511610145131534674
Binary101111111010100111100010110010100111001101011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA971; }

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

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

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

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

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

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

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

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