#BC947A

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

Shades of Pale Taupe #BC947A

Tints of Pale Taupe #BC947A

Color information

#BC947A (or 0xBC947A) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 7A. RGB value is (188,148,122). Sum of RGB (Red+Green+Blue) = 188+148+122=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947A is #436B85. Grayscale: #9D9D9D. Windows color (decimal): -4418438 or 8033468. OLE color: 8033468.

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

Color convert

RGB188148122-
CMYK00.210.350.26
HSL23.64º33%60.78%-
HSV(B)23.64º35.11%73.73%-
XYZ34.8433.2823-
YUV157108.25150.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=41.05%
G=32.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814812200.210.350.2623.643360.78
HexBC947A015231A18213d
Octal2742241720254332304175
Binary101111001001010011110100101011000111101011000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC947A; }

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

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

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

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

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

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

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

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