#BC9678

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

Shades of Pale Taupe #BC9678

Tints of Pale Taupe #BC9678

Color information

#BC9678 (or 0xBC9678) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 78. RGB value is (188,150,120). Sum of RGB (Red+Green+Blue) = 188+150+120=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9678 is #436987. Grayscale: #9E9E9E. Windows color (decimal): -4417928 or 7902908. OLE color: 7902908.

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

Color convert

RGB188150120-
CMYK00.200.360.26
HSL26.47º33.66%60.39%-
HSV(B)26.47º36.17%73.73%-
XYZ35.0433.8622.46-
YUV157.94106.59149.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=41.05%
G=32.75%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012000.200.360.2626.4733.6660.39
HexBC9678014241A1a223c
Octal2742261700244432324274
Binary101111001001011011110000101001001001101011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9678; }

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

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

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

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

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

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

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

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