#BC9681

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

Shades of Pale Taupe #BC9681

Tints of Pale Taupe #BC9681

Color information

#BC9681 (or 0xBC9681) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 81. RGB value is (188,150,129). Sum of RGB (Red+Green+Blue) = 188+150+129=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9681 is #43697E. Grayscale: #9F9F9F. Windows color (decimal): -4417919 or 8492732. OLE color: 8492732.

HSL color Cylindrical-coordinate representation of color #BC9681: hue angle of 21.36º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9681 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188150129-
CMYK00.200.310.26
HSL21.36º30.57%62.16%-
HSV(B)21.36º31.38%73.73%-
XYZ35.6134.0925.47-
YUV158.97111.09148.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=40.26%
G=32.12%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012900.200.310.2621.3630.5762.16
HexBC96810141F1A151f3e
Octal2742262010243732253776
Binary10111100100101101000000101010011111110101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9681; }

 p { color: rgb(188,150,129); }

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

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

 a { background-color: rgb(188,150,129); }

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

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

 span { border-color: rgb(188,150,129); }

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