Html Css Color HEX #BE937E Pale Taupe

📋 copy color: '#BE937E'

red 190 ◦ green 147 ◦ blue 126

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

Shades of Pale Taupe #BE937E

Tints of Pale Taupe #BE937E

RGB

 RED value IS 190 (74.61% from 255) = 41.04%

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

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

R = 41.04%
G = 31.75%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE937E (or 0xBE937E) is known color: Pale Taupe. HEX triplet: BE, 93 and 7E. RGB value is (190,147,126). Sum of RGB (Red+Green+Blue) = 190+147+126=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937E is #416C81. Grayscale: #9D9D9D. Windows color (decimal): -4287618 or 8295358. OLE color: 8295358.

HSL color Cylindrical-coordinate representation of color #BE937E: hue angle of 19.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE937E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 126 -
CMYK 0 0.23 0.34 0.25
HSL 19.69º 0.33% 0.62% -
HSV(B) 19.69º 0.34% 0.75% -
XYZ 35.43 33.32 24.3 -
YUV 157.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 190 147 126 0 0.23 0.34 0.25 19.69 0.33 0.62
Hex BE 93 7E 0 17 22 19 14 21 3E
Octal 276 223 176 0 27 42 31 24 41 76
Binary 10111110 10010011 1111110 0 10111 100010 11001 10100 100001 111110

Color Harmonies of #BE937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE937E

Black with #BE937E

Text Example


Text Example

White with #BE937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE937E; }

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

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

background-color css

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

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

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

border-color css

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

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

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