#BC9675

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

Shades of Pale Taupe #BC9675

Tints of Pale Taupe #BC9675

Color information

#BC9675 (or 0xBC9675) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 75. RGB value is (188,150,117). Sum of RGB (Red+Green+Blue) = 188+150+117=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9675 is #43698A. Grayscale: #9D9D9D. Windows color (decimal): -4417931 or 7706300. OLE color: 7706300.

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

Color convert

RGB188150117-
CMYK00.200.380.26
HSL27.89º34.63%59.8%-
HSV(B)27.89º37.77%73.73%-
XYZ34.8633.7921.51-
YUV157.6105.09149.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=41.32%
G=32.97%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815011700.200.380.2627.8934.6359.8
HexBC9675014261A1c233c
Octal2742261650244632344374
Binary101111001001011011101010101001001101101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9675; }

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

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

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

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

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

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

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

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