#BC8C71

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

Shades of Pale Taupe #BC8C71

Tints of Pale Taupe #BC8C71

Color information

#BC8C71 (or 0xBC8C71) is unknown color: approx Pale Taupe. HEX triplet: BC, 8C and 71. RGB value is (188,140,113). Sum of RGB (Red+Green+Blue) = 188+140+113=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C71 is #43738E. Grayscale: #979797. Windows color (decimal): -4420495 or 7441596. OLE color: 7441596.

HSL color Cylindrical-coordinate representation of color #BC8C71: hue angle of 21.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8C71 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188140113-
CMYK00.260.400.26
HSL21.6º35.89%59.02%-
HSV(B)21.6º39.89%73.73%-
XYZ33.130.6419.79-
YUV151.27106.4154.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=42.63%
G=31.75%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814011300.260.400.2621.635.8959.02
HexBC8C7101A281A16243b
Octal2742141610325032264473
Binary101111001000110011100010110101010001101010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C71; }

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

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

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

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

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

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

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

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