#BC9575

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

Shades of Pale Taupe #BC9575

Tints of Pale Taupe #BC9575

Color information

#BC9575 (or 0xBC9575) is unknown color: approx Pale Taupe. HEX triplet: BC, 95 and 75. RGB value is (188,149,117). Sum of RGB (Red+Green+Blue) = 188+149+117=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9575 is #436A8A. Grayscale: #9D9D9D. Windows color (decimal): -4418187 or 7706044. OLE color: 7706044.

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

Color convert

RGB188149117-
CMYK00.210.380.26
HSL27.04º34.63%59.8%-
HSV(B)27.04º37.77%73.73%-
XYZ34.733.4721.46-
YUV157.01105.42150.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=41.41%
G=32.82%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814911700.210.380.2627.0434.6359.8
HexBC9575015261A1b233c
Octal2742251650254632334374
Binary101111001001010111101010101011001101101011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9575; }

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

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

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

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

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

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

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

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