Html Css Color HEX #BC9E87 Pale Taupe

📋 copy color: '#BC9E87'

red 188 ◦ green 158 ◦ blue 135

#BC9E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #BC9E87

Tints of Pale Taupe #BC9E87

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

 GREEN value IS 158 (62.11% from 255) = 32.85%

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 39.09%
G = 32.85%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC9E87 (or 0xBC9E87) is known color: Pale Taupe. HEX triplet: BC, 9E and 87. RGB value is (188,158,135). Sum of RGB (Red+Green+Blue) = 188+158+135=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E87 is #436178. Grayscale: #A4A4A4. Windows color (decimal): -4415865 or 8887996. OLE color: 8887996.

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

Color convert

RGB 188 158 135 -
CMYK 0 0.16 0.28 0.26
HSL 26.04º 0.28% 0.63% -
HSV(B) 26.04º 0.28% 0.74% -
XYZ 37.34 36.89 28.08 -
YUV 164.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 188 158 135 0 0.16 0.28 0.26 26.04 0.28 0.63
Hex BC 9E 87 0 10 1C 1A 1A 1C 3F
Octal 274 236 207 0 20 34 32 32 34 77
Binary 10111100 10011110 10000111 0 10000 11100 11010 11010 11100 111111

Color Harmonies of #BC9E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E87

Black with #BC9E87

Text Example


Text Example

White with #BC9E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E87; }

 p { color: rgb(188,158,135); }

 H1.HeaderClassName
 {
   color: #BC9E87;
 }
 .AnyTagClassName
 {
   color: #BC9E87;
 }
</style>

background-color css

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

 a { background-color: rgb(188,158,135); }

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

border-color css

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

 span { border-color: rgb(188,158,135); }

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