#BC8F76

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

Shades of Pale Taupe #BC8F76

Tints of Pale Taupe #BC8F76

Color information

#BC8F76 (or 0xBC8F76) is unknown color: approx Pale Taupe. HEX triplet: BC, 8F and 76. RGB value is (188,143,118). Sum of RGB (Red+Green+Blue) = 188+143+118=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F76 is #437089. Grayscale: #999999. Windows color (decimal): -4419722 or 7770044. OLE color: 7770044.

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

Color convert

RGB188143118-
CMYK00.240.370.26
HSL21.43º34.31%60%-
HSV(B)21.43º37.23%73.73%-
XYZ33.8331.6421.46-
YUV153.6107.91152.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=41.87%
G=31.85%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814311800.240.370.2621.4334.3160
HexBC8F76018251A15223c
Octal2742171660304532254274
Binary101111001000111111101100110001001011101010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F76; }

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

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

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

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

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

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

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

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