#BC9475

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

Shades of Pale Taupe #BC9475

Tints of Pale Taupe #BC9475

Color information

#BC9475 (or 0xBC9475) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 75. RGB value is (188,148,117). Sum of RGB (Red+Green+Blue) = 188+148+117=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9475 is #436B8A. Grayscale: #9C9C9C. Windows color (decimal): -4418443 or 7705788. OLE color: 7705788.

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

Color convert

RGB188148117-
CMYK00.210.380.26
HSL26.2º34.63%59.8%-
HSV(B)26.2º37.77%73.73%-
XYZ34.5433.1621.41-
YUV156.43105.75150.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=41.50%
G=32.67%
B=25.83%

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
Decimal18814811700.210.380.2626.234.6359.8
HexBC9475015261A1a233c
Octal2742241650254632324374
Binary101111001001010011101010101011001101101011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9475; }

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

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

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

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

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

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

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

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