#BC9C7D

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

Shades of Pale Taupe #BC9C7D

Tints of Pale Taupe #BC9C7D

Color information

#BC9C7D (or 0xBC9C7D) is unknown color: approx Pale Taupe. HEX triplet: BC, 9C and 7D. RGB value is (188,156,125). Sum of RGB (Red+Green+Blue) = 188+156+125=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C7D is #436382. Grayscale: #A2A2A2. Windows color (decimal): -4416387 or 8232124. OLE color: 8232124.

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

Color convert

RGB188156125-
CMYK00.170.340.26
HSL29.52º31.98%61.37%-
HSV(B)29.52º33.51%73.73%-
XYZ36.3335.9524.43-
YUV162.03107.1146.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=40.09%
G=33.26%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815612500.170.340.2629.5231.9861.37
HexBC9C7D011221A1e203d
Octal2742341750214232364075
Binary101111001001110011111010100011000101101011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C7D; }

 p { color: rgb(188,156,125); }

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

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

 a { background-color: rgb(188,156,125); }

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

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

 span { border-color: rgb(188,156,125); }

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