#BC9479

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

Shades of Pale Taupe #BC9479

Tints of Pale Taupe #BC9479

Color information

#BC9479 (or 0xBC9479) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 79. RGB value is (188,148,121). Sum of RGB (Red+Green+Blue) = 188+148+121=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9479 is #436B86. Grayscale: #9D9D9D. Windows color (decimal): -4418439 or 7967932. OLE color: 7967932.

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

Color convert

RGB188148121-
CMYK00.210.360.26
HSL24.18º33.33%60.59%-
HSV(B)24.18º35.64%73.73%-
XYZ34.7833.2522.67-
YUV156.88107.75150.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=41.14%
G=32.39%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814812100.210.360.2624.1833.3360.59
HexBC9479015241A18213d
Octal2742241710254432304175
Binary101111001001010011110010101011001001101011000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9479; }

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

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

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

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

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

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

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

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