#BFA672

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

Shades of Putty #BFA672

Tints of Putty #BFA672

Color information

#BFA672 (or 0xBFA672) is unknown color: approx Putty. HEX triplet: BF, A6 and 72. RGB value is (191,166,114). Sum of RGB (Red+Green+Blue) = 191+166+114=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA672 is #40598D. Grayscale: #A7A7A7. Windows color (decimal): -4217230 or 7513791. OLE color: 7513791.

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

Color convert

RGB191166114-
CMYK00.130.400.25
HSL40.52º37.56%59.8%-
HSV(B)40.52º40.31%74.9%-
XYZ38.1639.5621.54-
YUV167.5597.78144.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=40.55%
G=35.24%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116611400.130.400.2540.5237.5659.8
HexBFA6720D281929263c
Octal2772461620155031514674
Binary101111111010011011100100110110100011001101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA672; }

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

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

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

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

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

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

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

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