#BFA675

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

Shades of Putty #BFA675

Tints of Putty #BFA675

Color information

#BFA675 (or 0xBFA675) is unknown color: approx Putty. HEX triplet: BF, A6 and 75. RGB value is (191,166,117). Sum of RGB (Red+Green+Blue) = 191+166+117=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA675 is #40598A. Grayscale: #A8A8A8. Windows color (decimal): -4217227 or 7710399. OLE color: 7710399.

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

Color convert

RGB191166117-
CMYK00.130.390.25
HSL39.73º36.63%60.39%-
HSV(B)39.73º38.74%74.9%-
XYZ38.3339.6322.46-
YUV167.8999.28144.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=40.30%
G=35.02%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116611700.130.390.2539.7336.6360.39
HexBFA6750D271928253c
Octal2772461650154731504574
Binary101111111010011011101010110110011111001101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA675; }

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

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

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

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

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

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

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

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