#BFA973

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

Shades of Putty #BFA973

Tints of Putty #BFA973

Color information

#BFA973 (or 0xBFA973) is unknown color: approx Putty. HEX triplet: BF, A9 and 73. RGB value is (191,169,115). Sum of RGB (Red+Green+Blue) = 191+169+115=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA973 is #40568C. Grayscale: #A9A9A9. Windows color (decimal): -4216461 or 7580095. OLE color: 7580095.

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

Color convert

RGB191169115-
CMYK00.120.400.25
HSL42.63º37.25%60%-
HSV(B)42.63º39.79%74.9%-
XYZ38.7740.6922.03-
YUV169.4297.29143.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=40.21%
G=35.58%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116911500.120.400.2542.6337.2560
HexBFA9730C28192b253c
Octal2772511630145031534574
Binary101111111010100111100110110010100011001101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA973; }

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

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

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

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

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

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

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

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