#BF8E73

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

Shades of Pale Taupe #BF8E73

Tints of Pale Taupe #BF8E73

Color information

#BF8E73 (or 0xBF8E73) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 73. RGB value is (191,142,115). Sum of RGB (Red+Green+Blue) = 191+142+115=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E73 is #40718C. Grayscale: #999999. Windows color (decimal): -4223373 or 7573183. OLE color: 7573183.

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

Color convert

RGB191142115-
CMYK00.260.400.25
HSL21.32º37.25%60%-
HSV(B)21.32º39.79%74.9%-
XYZ34.2531.6620.53-
YUV153.57106.23154.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=42.63%
G=31.70%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114211500.260.400.2521.3237.2560
HexBF8E7301A281915253c
Octal2772161630325031254574
Binary101111111000111011100110110101010001100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E73; }

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

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

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

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

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

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

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

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