#BC8C6E

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

Shades of Pale Taupe #BC8C6E

Tints of Pale Taupe #BC8C6E

Color information

#BC8C6E (or 0xBC8C6E) is unknown color: approx Pale Taupe. HEX triplet: BC, 8C and 6E. RGB value is (188,140,110). Sum of RGB (Red+Green+Blue) = 188+140+110=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C6E is #437391. Grayscale: #979797. Windows color (decimal): -4420498 or 7244988. OLE color: 7244988.

HSL color Cylindrical-coordinate representation of color #BC8C6E: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8C6E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB188140110-
CMYK00.260.410.26
HSL23.08º36.79%58.43%-
HSV(B)23.08º41.49%73.73%-
XYZ32.9330.5718.92-
YUV150.93104.9154.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=42.92%
G=31.96%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814011000.260.410.2623.0836.7958.43
HexBC8C6E01A291A17253a
Octal2742141560325132274572
Binary101111001000110011011100110101010011101010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C6E; }

 p { color: rgb(188,140,110); }

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

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

 a { background-color: rgb(188,140,110); }

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

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

 span { border-color: rgb(188,140,110); }

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