#BC967D

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

Shades of Pale Taupe #BC967D

Tints of Pale Taupe #BC967D

Color information

#BC967D (or 0xBC967D) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 7D. RGB value is (188,150,125). Sum of RGB (Red+Green+Blue) = 188+150+125=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967D is #436982. Grayscale: #9E9E9E. Windows color (decimal): -4417923 or 8230588. OLE color: 8230588.

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

Color convert

RGB188150125-
CMYK00.200.340.26
HSL23.81º31.98%61.37%-
HSV(B)23.81º33.51%73.73%-
XYZ35.3533.9824.1-
YUV158.51109.09149.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=40.60%
G=32.40%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012500.200.340.2623.8131.9861.37
HexBC967D014221A18203d
Octal2742261750244232304075
Binary101111001001011011111010101001000101101011000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC967D; }

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

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

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

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

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

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

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

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