#BC8F71

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

Shades of Pale Taupe #BC8F71

Tints of Pale Taupe #BC8F71

Color information

#BC8F71 (or 0xBC8F71) is unknown color: approx Pale Taupe. HEX triplet: BC, 8F and 71. RGB value is (188,143,113). Sum of RGB (Red+Green+Blue) = 188+143+113=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F71 is #43708E. Grayscale: #999999. Windows color (decimal): -4419727 or 7442364. OLE color: 7442364.

HSL color Cylindrical-coordinate representation of color #BC8F71: hue angle of 24º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8F71 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188143113-
CMYK00.240.400.26
HSL24º35.89%59.02%-
HSV(B)24º39.89%73.73%-
XYZ33.5431.5319.94-
YUV153.04105.41152.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=42.34%
G=32.21%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814311300.240.400.262435.8959.02
HexBC8F71018281A18243b
Octal2742171610305032304473
Binary101111001000111111100010110001010001101011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F71; }

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

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

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

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

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

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

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

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