#BC9D7F

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

Shades of Pale Taupe #BC9D7F

Tints of Pale Taupe #BC9D7F

Color information

#BC9D7F (or 0xBC9D7F) is unknown color: approx Pale Taupe. HEX triplet: BC, 9D and 7F. RGB value is (188,157,127). Sum of RGB (Red+Green+Blue) = 188+157+127=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D7F is #436280. Grayscale: #A3A3A3. Windows color (decimal): -4416129 or 8363452. OLE color: 8363452.

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

Color convert

RGB188157127-
CMYK00.160.320.26
HSL29.51º31.28%61.76%-
HSV(B)29.51º32.45%73.73%-
XYZ36.6336.3425.16-
YUV162.85107.77145.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 127 (50% from 255) = 26.91%
R=39.83%
G=33.26%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815712700.160.320.2629.5131.2861.76
HexBC9D7F010201A1e1f3e
Octal2742351770204032363776
Binary10111100100111011111111010000100000110101111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D7F; }

 p { color: rgb(188,157,127); }

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

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

 a { background-color: rgb(188,157,127); }

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

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

 span { border-color: rgb(188,157,127); }

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