#BC917F

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

Shades of Pale Taupe #BC917F

Tints of Pale Taupe #BC917F

Color information

#BC917F (or 0xBC917F) is unknown color: approx Pale Taupe. HEX triplet: BC, 91 and 7F. RGB value is (188,145,127). Sum of RGB (Red+Green+Blue) = 188+145+127=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917F is #436E80. Grayscale: #9B9B9B. Windows color (decimal): -4419201 or 8360380. OLE color: 8360380.

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

Color convert

RGB188145127-
CMYK00.230.320.26
HSL17.7º31.28%61.76%-
HSV(B)17.7º32.45%73.73%-
XYZ34.732.4724.52-
YUV155.8111.75150.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 127 (50% from 255) = 27.61%
R=40.87%
G=31.52%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814512700.230.320.2617.731.2861.76
HexBC917F017201A121f3e
Octal2742211770274032223776
Binary10111100100100011111111010111100000110101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC917F; }

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

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

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

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

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

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

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

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