#BC9F81

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

Shades of Pale Taupe #BC9F81

Tints of Pale Taupe #BC9F81

Color information

#BC9F81 (or 0xBC9F81) is unknown color: approx Pale Taupe. HEX triplet: BC, 9F and 81. RGB value is (188,159,129). Sum of RGB (Red+Green+Blue) = 188+159+129=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F81 is #43607E. Grayscale: #A4A4A4. Windows color (decimal): -4415615 or 8495036. OLE color: 8495036.

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

Color convert

RGB188159129-
CMYK00.150.310.26
HSL30.51º30.57%62.16%-
HSV(B)30.51º31.38%73.73%-
XYZ37.137.0725.97-
YUV164.25108.11144.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=39.50%
G=33.40%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815912900.150.310.2630.5130.5762.16
HexBC9F810F1F1A1f1f3e
Octal2742372010173732373776
Binary1011110010011111100000010111111111110101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F81; }

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

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

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

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

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

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

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

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