#BC9372

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

Shades of Pale Taupe #BC9372

Tints of Pale Taupe #BC9372

Color information

#BC9372 (or 0xBC9372) is unknown color: approx Pale Taupe. HEX triplet: BC, 93 and 72. RGB value is (188,147,114). Sum of RGB (Red+Green+Blue) = 188+147+114=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9372 is #436C8D. Grayscale: #9B9B9B. Windows color (decimal): -4418702 or 7508924. OLE color: 7508924.

HSL color Cylindrical-coordinate representation of color #BC9372: hue angle of 26.76º degrees, saturation: 0.36, 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 #BC9372 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188147114-
CMYK00.220.390.26
HSL26.76º35.58%59.22%-
HSV(B)26.76º39.36%73.73%-
XYZ34.2132.7720.44-
YUV155.5104.58151.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=41.87%
G=32.74%
B=25.39%

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
Decimal18814711400.220.390.2626.7635.5859.22
HexBC9372016271A1b243b
Octal2742231620264732334473
Binary101111001001001111100100101101001111101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9372; }

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

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

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

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

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

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

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

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