#BC9A7B

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

Shades of Pale Taupe #BC9A7B

Tints of Pale Taupe #BC9A7B

Color information

#BC9A7B (or 0xBC9A7B) is unknown color: approx Pale Taupe. HEX triplet: BC, 9A and 7B. RGB value is (188,154,123). Sum of RGB (Red+Green+Blue) = 188+154+123=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A7B is #436584. Grayscale: #A0A0A0. Windows color (decimal): -4416901 or 8100540. OLE color: 8100540.

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

Color convert

RGB188154123-
CMYK00.180.350.26
HSL28.62º32.66%60.98%-
HSV(B)28.62º34.57%73.73%-
XYZ35.8735.2323.65-
YUV160.63106.76147.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=40.43%
G=33.12%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815412300.180.350.2628.6232.6660.98
HexBC9A7B012231A1d213d
Octal2742321730224332354175
Binary101111001001101011110110100101000111101011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A7B; }

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

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

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

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

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

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

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

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