#BC927E

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

Shades of Pale Taupe #BC927E

Tints of Pale Taupe #BC927E

Color information

#BC927E (or 0xBC927E) is unknown color: approx Pale Taupe. HEX triplet: BC, 92 and 7E. RGB value is (188,146,126). Sum of RGB (Red+Green+Blue) = 188+146+126=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC927E is #436D81. Grayscale: #9C9C9C. Windows color (decimal): -4418946 or 8295100. OLE color: 8295100.

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

Color convert

RGB188146126-
CMYK00.220.330.26
HSL19.35º31.63%61.57%-
HSV(B)19.35º32.98%73.73%-
XYZ34.7832.7624.23-
YUV156.28110.91150.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=40.87%
G=31.74%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814612600.220.330.2619.3531.6361.57
HexBC927E016211A13203e
Octal2742221760264132234076
Binary101111001001001011111100101101000011101010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC927E; }

 p { color: rgb(188,146,126); }

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

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

 a { background-color: rgb(188,146,126); }

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

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

 span { border-color: rgb(188,146,126); }

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