#BC997D

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

Shades of Pale Taupe #BC997D

Tints of Pale Taupe #BC997D

Color information

#BC997D (or 0xBC997D) is unknown color: approx Pale Taupe. HEX triplet: BC, 99 and 7D. RGB value is (188,153,125). Sum of RGB (Red+Green+Blue) = 188+153+125=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC997D is #436682. Grayscale: #A0A0A0. Windows color (decimal): -4417155 or 8231356. OLE color: 8231356.

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

Color convert

RGB188153125-
CMYK00.190.340.26
HSL26.67º31.98%61.37%-
HSV(B)26.67º33.51%73.73%-
XYZ35.8334.9524.26-
YUV160.27108.1147.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=40.34%
G=32.83%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815312500.190.340.2626.6731.9861.37
HexBC997D013221A1b203d
Octal2742311750234232334075
Binary101111001001100111111010100111000101101011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC997D; }

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

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

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

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

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

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

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

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