#BC9979

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

Shades of Pale Taupe #BC9979

Tints of Pale Taupe #BC9979

Color information

#BC9979 (or 0xBC9979) is unknown color: approx Pale Taupe. HEX triplet: BC, 99 and 79. RGB value is (188,153,121). Sum of RGB (Red+Green+Blue) = 188+153+121=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9979 is #436686. Grayscale: #9F9F9F. Windows color (decimal): -4417159 or 7969212. OLE color: 7969212.

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

Color convert

RGB188153121-
CMYK00.190.360.26
HSL28.66º33.33%60.59%-
HSV(B)28.66º35.64%73.73%-
XYZ35.5834.8522.94-
YUV159.82106.1148.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=40.69%
G=33.12%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815312100.190.360.2628.6633.3360.59
HexBC9979013241A1d213d
Octal2742311710234432354175
Binary101111001001100111110010100111001001101011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9979; }

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

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

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

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

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

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

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

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