#BC8D71

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

Shades of Pale Taupe #BC8D71

Tints of Pale Taupe #BC8D71

Color information

#BC8D71 (or 0xBC8D71) is unknown color: approx Pale Taupe. HEX triplet: BC, 8D and 71. RGB value is (188,141,113). Sum of RGB (Red+Green+Blue) = 188+141+113=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D71 is #43728E. Grayscale: #989898. Windows color (decimal): -4420239 or 7441852. OLE color: 7441852.

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

Color convert

RGB188141113-
CMYK00.250.400.26
HSL22.4º35.89%59.02%-
HSV(B)22.4º39.89%73.73%-
XYZ33.2430.9319.84-
YUV151.86106.07153.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=42.53%
G=31.90%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814111300.250.400.2622.435.8959.02
HexBC8D71019281A16243b
Octal2742151610315032264473
Binary101111001000110111100010110011010001101010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D71; }

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

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

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

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

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

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

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

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