#BFA873

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

Shades of Putty #BFA873

Tints of Putty #BFA873

Color information

#BFA873 (or 0xBFA873) is unknown color: approx Putty. HEX triplet: BF, A8 and 73. RGB value is (191,168,115). Sum of RGB (Red+Green+Blue) = 191+168+115=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA873 is #40578C. Grayscale: #A9A9A9. Windows color (decimal): -4216717 or 7579839. OLE color: 7579839.

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

Color convert

RGB191168115-
CMYK00.120.400.25
HSL41.84º37.25%60%-
HSV(B)41.84º39.79%74.9%-
XYZ38.5840.3221.97-
YUV168.8497.62143.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=40.30%
G=35.44%
B=24.26%

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
Decimal19116811500.120.400.2541.8437.2560
HexBFA8730C28192a253c
Octal2772501630145031524574
Binary101111111010100011100110110010100011001101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA873; }

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

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

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

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

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

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

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

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