#BC9379

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

Shades of Pale Taupe #BC9379

Tints of Pale Taupe #BC9379

Color information

#BC9379 (or 0xBC9379) is unknown color: approx Pale Taupe. HEX triplet: BC, 93 and 79. RGB value is (188,147,121). Sum of RGB (Red+Green+Blue) = 188+147+121=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9379 is #436C86. Grayscale: #9C9C9C. Windows color (decimal): -4418695 or 7967676. OLE color: 7967676.

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

Color convert

RGB188147121-
CMYK00.220.360.26
HSL23.28º33.33%60.59%-
HSV(B)23.28º35.64%73.73%-
XYZ34.6232.9422.62-
YUV156.3108.08150.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=41.23%
G=32.24%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814712100.220.360.2623.2833.3360.59
HexBC9379016241A17213d
Octal2742231710264432274175
Binary101111001001001111110010101101001001101010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9379; }

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

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

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

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

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

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

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

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