#BC9373

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

Shades of Pale Taupe #BC9373

Tints of Pale Taupe #BC9373

Color information

#BC9373 (or 0xBC9373) is unknown color: approx Pale Taupe. HEX triplet: BC, 93 and 73. RGB value is (188,147,115). Sum of RGB (Red+Green+Blue) = 188+147+115=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9373 is #436C8C. Grayscale: #9B9B9B. Windows color (decimal): -4418701 or 7574460. OLE color: 7574460.

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

Color convert

RGB188147115-
CMYK00.220.390.26
HSL26.3º35.27%59.41%-
HSV(B)26.3º38.83%73.73%-
XYZ34.2732.820.74-
YUV155.61105.08151.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=41.78%
G=32.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814711500.220.390.2626.335.2759.41
HexBC9373016271A1a233b
Octal2742231630264732324373
Binary101111001001001111100110101101001111101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9373; }

 p { color: rgb(188,147,115); }

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

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

 a { background-color: rgb(188,147,115); }

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

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

 span { border-color: rgb(188,147,115); }

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