#BC9F79

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

Shades of Pale Taupe #BC9F79

Tints of Pale Taupe #BC9F79

Color information

#BC9F79 (or 0xBC9F79) is unknown color: approx Pale Taupe. HEX triplet: BC, 9F and 79. RGB value is (188,159,121). Sum of RGB (Red+Green+Blue) = 188+159+121=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F79 is #436086. Grayscale: #A3A3A3. Windows color (decimal): -4415623 or 7970748. OLE color: 7970748.

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

Color convert

RGB188159121-
CMYK00.150.360.26
HSL34.03º33.33%60.59%-
HSV(B)34.03º35.64%73.73%-
XYZ36.5936.8723.28-
YUV163.34104.11145.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=40.17%
G=33.97%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815912100.150.360.2634.0333.3360.59
HexBC9F790F241A22213d
Octal2742371710174432424175
Binary101111001001111111110010111110010011010100010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F79; }

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

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

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

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

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

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

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

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