#bc9377

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

Shades of Pale Taupe #BC9377

Tints of Pale Taupe #BC9377

Color information

#BC9377 (or 0xBC9377) is unknown color: approx Pale Taupe. HEX triplet: BC, 93 and 77. RGB value is (188,147,119). Sum of RGB (Red+Green+Blue) = 188+147+119=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9377 is #436C88. Grayscale: #9C9C9C. Windows color (decimal): -4418697 or 7836604. OLE color: 7836604.

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

Color convert

RGB188147119-
CMYK00.220.370.26
HSL24.35º33.99%60.2%-
HSV(B)24.35º36.7%73.73%-
XYZ34.532.8921.98-
YUV156.07107.08150.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=41.41%
G=32.38%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814711900.220.370.2624.3533.9960.2
HexBC9377016251A18223c
Octal2742231670264532304274
Binary101111001001001111101110101101001011101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9377; }

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

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

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

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

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

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

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

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