#BC8D75

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

Shades of Pale Taupe #BC8D75

Tints of Pale Taupe #BC8D75

Color information

#BC8D75 (or 0xBC8D75) is unknown color: approx Pale Taupe. HEX triplet: BC, 8D and 75. RGB value is (188,141,117). Sum of RGB (Red+Green+Blue) = 188+141+117=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D75 is #43728A. Grayscale: #989898. Windows color (decimal): -4420235 or 7703996. OLE color: 7703996.

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

Color convert

RGB188141117-
CMYK00.250.380.26
HSL20.28º34.63%59.8%-
HSV(B)20.28º37.77%73.73%-
XYZ33.4731.0321.05-
YUV152.32108.07153.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=42.15%
G=31.61%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814111700.250.380.2620.2834.6359.8
HexBC8D75019261A14233c
Octal2742151650314632244374
Binary101111001000110111101010110011001101101010100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D75; }

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

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

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

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

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

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

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

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