#BFA770

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

Shades of Putty #BFA770

Tints of Putty #BFA770

Color information

#BFA770 (or 0xBFA770) is unknown color: approx Putty. HEX triplet: BF, A7 and 70. RGB value is (191,167,112). Sum of RGB (Red+Green+Blue) = 191+167+112=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA770 is #40588F. Grayscale: #A8A8A8. Windows color (decimal): -4216976 or 7382975. OLE color: 7382975.

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

Color convert

RGB191167112-
CMYK00.130.410.25
HSL41.77º38.16%59.41%-
HSV(B)41.77º41.36%74.9%-
XYZ38.2339.8821.01-
YUV167.9196.45144.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=40.64%
G=35.53%
B=23.83%

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
Decimal19116711200.130.410.2541.7738.1659.41
HexBFA7700D29192a263b
Octal2772471600155131524673
Binary101111111010011111100000110110100111001101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA770; }

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

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

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

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

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

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

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

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