#BF8E75

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

Shades of Pale Taupe #BF8E75

Tints of Pale Taupe #BF8E75

Color information

#BF8E75 (or 0xBF8E75) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 75. RGB value is (191,142,117). Sum of RGB (Red+Green+Blue) = 191+142+117=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E75 is #40718A. Grayscale: #999999. Windows color (decimal): -4223371 or 7704255. OLE color: 7704255.

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

Color convert

RGB191142117-
CMYK00.260.390.25
HSL20.27º36.63%60.39%-
HSV(B)20.27º38.74%74.9%-
XYZ34.3731.7121.14-
YUV153.8107.23154.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 117 (46.09% from 255) = 26%
R=42.44%
G=31.56%
B=26%

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
Decimal19114211700.260.390.2520.2736.6360.39
HexBF8E7501A271914253c
Octal2772161650324731244574
Binary101111111000111011101010110101001111100110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E75; }

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

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

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

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

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

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

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

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