#BFA776

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

Shades of Putty #BFA776

Tints of Putty #BFA776

Color information

#BFA776 (or 0xBFA776) is unknown color: approx Putty. HEX triplet: BF, A7 and 76. RGB value is (191,167,118). Sum of RGB (Red+Green+Blue) = 191+167+118=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA776 is #405889. Grayscale: #A8A8A8. Windows color (decimal): -4216970 or 7776191. OLE color: 7776191.

HSL color Cylindrical-coordinate representation of color #BFA776: hue angle of 40.27º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFA776 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB191167118-
CMYK00.130.380.25
HSL40.27º36.32%60.59%-
HSV(B)40.27º38.22%74.9%-
XYZ38.5740.0222.83-
YUV168.5999.45143.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=40.13%
G=35.08%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116711800.130.380.2540.2736.3260.59
HexBFA7760D261928243d
Octal2772471660154631504475
Binary101111111010011111101100110110011011001101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA776; }

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

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

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

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

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

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

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

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