#BC947E

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

Shades of Pale Taupe #BC947E

Tints of Pale Taupe #BC947E

Color information

#BC947E (or 0xBC947E) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 7E. RGB value is (188,148,126). Sum of RGB (Red+Green+Blue) = 188+148+126=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947E is #436B81. Grayscale: #9D9D9D. Windows color (decimal): -4418434 or 8295612. OLE color: 8295612.

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

Color convert

RGB188148126-
CMYK00.210.330.26
HSL21.29º31.63%61.57%-
HSV(B)21.29º32.98%73.73%-
XYZ35.0933.3824.33-
YUV157.45110.25149.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=40.69%
G=32.03%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814812600.210.330.2621.2931.6361.57
HexBC947E015211A15203e
Octal2742241760254132254076
Binary101111001001010011111100101011000011101010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC947E; }

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

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

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

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

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

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

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

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