#BC9481

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

Shades of Pale Taupe #BC9481

Tints of Pale Taupe #BC9481

Color information

#BC9481 (or 0xBC9481) is unknown color: approx Pale Taupe. HEX triplet: BC, 94 and 81. RGB value is (188,148,129). Sum of RGB (Red+Green+Blue) = 188+148+129=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9481 is #436B7E. Grayscale: #9D9D9D. Windows color (decimal): -4418431 or 8492220. OLE color: 8492220.

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

Color convert

RGB188148129-
CMYK00.210.310.26
HSL19.32º30.57%62.16%-
HSV(B)19.32º31.38%73.73%-
XYZ35.2933.4625.37-
YUV157.79111.75149.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=40.43%
G=31.83%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814812900.210.310.2619.3230.5762.16
HexBC94810151F1A131f3e
Octal2742242010253732233776
Binary10111100100101001000000101010111111110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9481; }

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

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

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

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

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

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

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

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