#BC967F

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

Shades of Pale Taupe #BC967F

Tints of Pale Taupe #BC967F

Color information

#BC967F (or 0xBC967F) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 7F. RGB value is (188,150,127). Sum of RGB (Red+Green+Blue) = 188+150+127=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967F is #436980. Grayscale: #9E9E9E. Windows color (decimal): -4417921 or 8361660. OLE color: 8361660.

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

Color convert

RGB188150127-
CMYK00.200.320.26
HSL22.62º31.28%61.76%-
HSV(B)22.62º32.45%73.73%-
XYZ35.4834.0424.78-
YUV158.74110.09148.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 127 (50% from 255) = 27.31%
R=40.43%
G=32.26%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012700.200.320.2622.6231.2861.76
HexBC967F014201A171f3e
Octal2742261770244032273776
Binary10111100100101101111111010100100000110101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC967F; }

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

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

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

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

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

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

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

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