#BF8E79

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

Shades of Pale Taupe #BF8E79

Tints of Pale Taupe #BF8E79

Color information

#BF8E79 (or 0xBF8E79) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 79. RGB value is (191,142,121). Sum of RGB (Red+Green+Blue) = 191+142+121=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E79 is #407186. Grayscale: #9A9A9A. Windows color (decimal): -4223367 or 7966399. OLE color: 7966399.

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

Color convert

RGB191142121-
CMYK00.260.370.25
HSL18º35.35%61.18%-
HSV(B)18º36.65%74.9%-
XYZ34.6131.822.4-
YUV154.26109.23154.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=42.07%
G=31.28%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114212100.260.370.251835.3561.18
HexBF8E7901A251912233d
Octal2772161710324531224375
Binary101111111000111011110010110101001011100110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E79; }

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

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

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

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

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

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

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

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