Html Css Color HEX #BC937E Pale Taupe

📋 copy color: '#BC937E'

red 188 ◦ green 147 ◦ blue 126

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

Shades of Pale Taupe #BC937E

Tints of Pale Taupe #BC937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 40.78%
G = 31.89%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC937E (or 0xBC937E) is known color: Pale Taupe. HEX triplet: BC, 93 and 7E. RGB value is (188,147,126). Sum of RGB (Red+Green+Blue) = 188+147+126=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC937E is #436C81. Grayscale: #9C9C9C. Windows color (decimal): -4418690 or 8295356. OLE color: 8295356.

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

Color convert

RGB 188 147 126 -
CMYK 0 0.22 0.33 0.26
HSL 20.32º 0.32% 0.62% -
HSV(B) 20.32º 0.33% 0.74% -
XYZ 34.94 33.07 24.28 -
YUV 156.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 188 147 126 0 0.22 0.33 0.26 20.32 0.32 0.62
Hex BC 93 7E 0 16 21 1A 14 20 3E
Octal 274 223 176 0 26 41 32 24 40 76
Binary 10111100 10010011 1111110 0 10110 100001 11010 10100 100000 111110

Color Harmonies of #BC937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC937E

Black with #BC937E

Text Example


Text Example

White with #BC937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC937E; }

 p { color: rgb(188,147,126); }

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

background-color css

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

 a { background-color: rgb(188,147,126); }

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

border-color css

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

 span { border-color: rgb(188,147,126); }

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