#BC9875

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

Shades of Pale Taupe #BC9875

Tints of Pale Taupe #BC9875

Color information

#BC9875 (or 0xBC9875) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 75. RGB value is (188,152,117). Sum of RGB (Red+Green+Blue) = 188+152+117=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9875 is #43678A. Grayscale: #9E9E9E. Windows color (decimal): -4417419 or 7706812. OLE color: 7706812.

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

Color convert

RGB188152117-
CMYK00.190.380.26
HSL29.58º34.63%59.8%-
HSV(B)29.58º37.77%73.73%-
XYZ35.1834.4321.62-
YUV158.77104.43148.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=41.14%
G=33.26%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815211700.190.380.2629.5834.6359.8
HexBC9875013261A1e233c
Octal2742301650234632364374
Binary101111001001100011101010100111001101101011110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9875; }

 p { color: rgb(188,152,117); }

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

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

 a { background-color: rgb(188,152,117); }

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

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

 span { border-color: rgb(188,152,117); }

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