#BC9976

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

Shades of Pale Taupe #BC9976

Tints of Pale Taupe #BC9976

Color information

#BC9976 (or 0xBC9976) is unknown color: approx Pale Taupe. HEX triplet: BC, 99 and 76. RGB value is (188,153,118). Sum of RGB (Red+Green+Blue) = 188+153+118=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9976 is #436689. Grayscale: #9F9F9F. Windows color (decimal): -4417162 or 7772604. OLE color: 7772604.

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

Color convert

RGB188153118-
CMYK00.190.370.26
HSL30º34.31%60%-
HSV(B)30º37.23%73.73%-
XYZ35.434.7821.99-
YUV159.48104.6148.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=40.96%
G=33.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815311800.190.370.263034.3160
HexBC9976013251A1e223c
Octal2742311660234532364274
Binary101111001001100111101100100111001011101011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9976; }

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

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

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

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

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

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

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

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