#BF8E72

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

Shades of Pale Taupe #BF8E72

Tints of Pale Taupe #BF8E72

Color information

#BF8E72 (or 0xBF8E72) is unknown color: approx Pale Taupe. HEX triplet: BF, 8E and 72. RGB value is (191,142,114). Sum of RGB (Red+Green+Blue) = 191+142+114=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E72 is #40718D. Grayscale: #999999. Windows color (decimal): -4223374 or 7507647. OLE color: 7507647.

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

Color convert

RGB191142114-
CMYK00.260.400.25
HSL21.82º37.56%59.8%-
HSV(B)21.82º40.31%74.9%-
XYZ34.231.6420.22-
YUV153.46105.73154.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=42.73%
G=31.77%
B=25.50%

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
Decimal19114211400.260.400.2521.8237.5659.8
HexBF8E7201A281916263c
Octal2772161620325031264674
Binary101111111000111011100100110101010001100110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E72; }

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

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

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

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

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

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

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

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