#BC9581

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

Shades of Pale Taupe #BC9581

Tints of Pale Taupe #BC9581

Color information

#BC9581 (or 0xBC9581) is unknown color: approx Pale Taupe. HEX triplet: BC, 95 and 81. RGB value is (188,149,129). Sum of RGB (Red+Green+Blue) = 188+149+129=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9581 is #436A7E. Grayscale: #9E9E9E. Windows color (decimal): -4418175 or 8492476. OLE color: 8492476.

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

Color convert

RGB188149129-
CMYK00.210.310.26
HSL20.34º30.57%62.16%-
HSV(B)20.34º31.38%73.73%-
XYZ35.4533.7725.42-
YUV158.38111.42149.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=40.34%
G=31.97%
B=27.68%

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
Decimal18814912900.210.310.2620.3430.5762.16
HexBC95810151F1A141f3e
Octal2742252010253732243776
Binary10111100100101011000000101010111111110101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9581; }

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

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

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

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

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

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

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

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