#BF8E74

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

Shades of Pale Taupe #BF8E74

Tints of Pale Taupe #BF8E74

Color information

#BF8E74 (or 0xBF8E74) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 74. RGB value is (191,142,116). Sum of RGB (Red+Green+Blue) = 191+142+116=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E74 is #40718B. Grayscale: #999999. Windows color (decimal): -4223372 or 7638719. OLE color: 7638719.

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

Color convert

RGB191142116-
CMYK00.260.390.25
HSL20.8º36.95%60.2%-
HSV(B)20.8º39.27%74.9%-
XYZ34.3131.6820.83-
YUV153.69106.73154.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=42.54%
G=31.63%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114211600.260.390.2520.836.9560.2
HexBF8E7401A271915253c
Octal2772161640324731254574
Binary101111111000111011101000110101001111100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E74; }

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

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

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

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

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

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

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

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