#BF8F76

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

Shades of Pale Taupe #BF8F76

Tints of Pale Taupe #BF8F76

Color information

#BF8F76 (or 0xBF8F76) is unknown color: approx Pale Taupe. HEX triplet: BF, 8F and 76. RGB value is (191,143,118). Sum of RGB (Red+Green+Blue) = 191+143+118=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F76 is #407089. Grayscale: #9A9A9A. Windows color (decimal): -4223114 or 7770047. OLE color: 7770047.

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

Color convert

RGB191143118-
CMYK00.250.380.25
HSL20.55º36.32%60.59%-
HSV(B)20.55º38.22%74.9%-
XYZ34.5832.0321.5-
YUV154.5107.4154.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=42.26%
G=31.64%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114311800.250.380.2520.5536.3260.59
HexBF8F76019261915243d
Octal2772171660314631254475
Binary101111111000111111101100110011001101100110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F76; }

 p { color: rgb(191,143,118); }

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

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

 a { background-color: rgb(191,143,118); }

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

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

 span { border-color: rgb(191,143,118); }

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