#BC9477

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

Shades of Pale Taupe #BC9477

Tints of Pale Taupe #BC9477

Color information

#BC9477 (or 0xBC9477) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 77. RGB value is (188,148,119). Sum of RGB (Red+Green+Blue) = 188+148+119=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9477 is #436B88. Grayscale: #9C9C9C. Windows color (decimal): -4418441 or 7836860. OLE color: 7836860.

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

Color convert

RGB188148119-
CMYK00.210.370.26
HSL25.22º33.99%60.2%-
HSV(B)25.22º36.7%73.73%-
XYZ34.6633.222.03-
YUV156.65106.75150.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=41.32%
G=32.53%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814811900.210.370.2625.2233.9960.2
HexBC9477015251A19223c
Octal2742241670254532314274
Binary101111001001010011101110101011001011101011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9477; }

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

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

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

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

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

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

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

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