#BFA670

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

Shades of Putty #BFA670

Tints of Putty #BFA670

Color information

#BFA670 (or 0xBFA670) is unknown color: approx Putty. HEX triplet: BF, A6 and 70. RGB value is (191,166,112). Sum of RGB (Red+Green+Blue) = 191+166+112=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA670 is #40598F. Grayscale: #A7A7A7. Windows color (decimal): -4217232 or 7382719. OLE color: 7382719.

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

Color convert

RGB191166112-
CMYK00.130.410.25
HSL41.01º38.16%59.41%-
HSV(B)41.01º41.36%74.9%-
XYZ38.0539.5220.95-
YUV167.3296.78144.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=40.72%
G=35.39%
B=23.88%

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
Decimal19116611200.130.410.2541.0138.1659.41
HexBFA6700D291929263b
Octal2772461600155131514673
Binary101111111010011011100000110110100111001101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA670; }

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

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

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

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

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

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

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

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