#BC8D76

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

Shades of Pale Taupe #BC8D76

Tints of Pale Taupe #BC8D76

Color information

#BC8D76 (or 0xBC8D76) is unknown color: approx Pale Taupe. HEX triplet: BC, 8D and 76. RGB value is (188,141,118). Sum of RGB (Red+Green+Blue) = 188+141+118=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D76 is #437289. Grayscale: #989898. Windows color (decimal): -4420234 or 7769532. OLE color: 7769532.

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

Color convert

RGB188141118-
CMYK00.250.370.26
HSL19.71º34.31%60%-
HSV(B)19.71º37.23%73.73%-
XYZ33.5331.0521.37-
YUV152.43108.57153.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=42.06%
G=31.54%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814111800.250.370.2619.7134.3160
HexBC8D76019251A14223c
Octal2742151660314532244274
Binary101111001000110111101100110011001011101010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D76; }

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

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

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

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

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

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

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

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