#BF8E71

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

Shades of Pale Taupe #BF8E71

Tints of Pale Taupe #BF8E71

Color information

#BF8E71 (or 0xBF8E71) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 71. RGB value is (191,142,113). Sum of RGB (Red+Green+Blue) = 191+142+113=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E71 is #40718E. Grayscale: #999999. Windows color (decimal): -4223375 or 7442111. OLE color: 7442111.

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

Color convert

RGB191142113-
CMYK00.260.410.25
HSL22.31º37.86%59.61%-
HSV(B)22.31º40.84%74.9%-
XYZ34.1431.6119.93-
YUV153.34105.23154.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=42.83%
G=31.84%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114211300.260.410.2522.3137.8659.61
HexBF8E7101A291916263c
Octal2772161610325131264674
Binary101111111000111011100010110101010011100110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E71; }

 p { color: rgb(191,142,113); }

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

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

 a { background-color: rgb(191,142,113); }

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

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

 span { border-color: rgb(191,142,113); }

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