#BC9A7D

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

Shades of Pale Taupe #BC9A7D

Tints of Pale Taupe #BC9A7D

Color information

#BC9A7D (or 0xBC9A7D) is unknown color: approx Pale Taupe. HEX triplet: BC, 9A and 7D. RGB value is (188,154,125). Sum of RGB (Red+Green+Blue) = 188+154+125=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A7D is #436582. Grayscale: #A1A1A1. Windows color (decimal): -4416899 or 8231612. OLE color: 8231612.

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

Color convert

RGB188154125-
CMYK00.180.340.26
HSL27.62º31.98%61.37%-
HSV(B)27.62º33.51%73.73%-
XYZ3635.2824.32-
YUV160.86107.76147.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=40.26%
G=32.98%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815412500.180.340.2627.6231.9861.37
HexBC9A7D012221A1c203d
Octal2742321750224232344075
Binary101111001001101011111010100101000101101011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A7D; }

 p { color: rgb(188,154,125); }

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

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

 a { background-color: rgb(188,154,125); }

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

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

 span { border-color: rgb(188,154,125); }

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