#BC9C7F

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

Shades of Pale Taupe #BC9C7F

Tints of Pale Taupe #BC9C7F

Color information

#BC9C7F (or 0xBC9C7F) is unknown color: approx Pale Taupe. HEX triplet: BC, 9C and 7F. RGB value is (188,156,127). Sum of RGB (Red+Green+Blue) = 188+156+127=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C7F is #436380. Grayscale: #A2A2A2. Windows color (decimal): -4416385 or 8363196. OLE color: 8363196.

HSL color Cylindrical-coordinate representation of color #BC9C7F: hue angle of 28.52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9C7F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188156127-
CMYK00.170.320.26
HSL28.52º31.28%61.76%-
HSV(B)28.52º32.45%73.73%-
XYZ36.463625.11-
YUV162.26108.1146.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 127 (50% from 255) = 26.96%
R=39.92%
G=33.12%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815612700.170.320.2628.5231.2861.76
HexBC9C7F011201A1d1f3e
Octal2742341770214032353776
Binary10111100100111001111111010001100000110101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C7F; }

 p { color: rgb(188,156,127); }

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

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

 a { background-color: rgb(188,156,127); }

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

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

 span { border-color: rgb(188,156,127); }

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