#BC9A7A

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

Shades of Pale Taupe #BC9A7A

Tints of Pale Taupe #BC9A7A

Color information

#BC9A7A (or 0xBC9A7A) is unknown color: approx Pale Taupe. HEX triplet: BC, 9A and 7A. RGB value is (188,154,122). Sum of RGB (Red+Green+Blue) = 188+154+122=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A7A is #436585. Grayscale: #A0A0A0. Windows color (decimal): -4416902 or 8035004. OLE color: 8035004.

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

Color convert

RGB188154122-
CMYK00.180.350.26
HSL29.09º33%60.78%-
HSV(B)29.09º35.11%73.73%-
XYZ35.8135.2123.32-
YUV160.52106.26147.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=40.52%
G=33.19%
B=26.29%

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
Decimal18815412200.180.350.2629.093360.78
HexBC9A7A012231A1d213d
Octal2742321720224332354175
Binary101111001001101011110100100101000111101011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A7A; }

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

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

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

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

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

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

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

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