Html Css Color HEX #BE937D Pale Taupe

📋 copy color: '#BE937D'

red 190 ◦ green 147 ◦ blue 125

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

Shades of Pale Taupe #BE937D

Tints of Pale Taupe #BE937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 41.13%
G = 31.82%
B = 27.06%

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

#BE937D (or 0xBE937D) is known color: Pale Taupe. HEX triplet: BE, 93 and 7D. RGB value is (190,147,125). Sum of RGB (Red+Green+Blue) = 190+147+125=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937D is #416C82. Grayscale: #9D9D9D. Windows color (decimal): -4287619 or 8229822. OLE color: 8229822.

HSL color Cylindrical-coordinate representation of color #BE937D: hue angle of 20.31º 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 #BE937D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 125 -
CMYK 0 0.23 0.34 0.25
HSL 20.31º 0.33% 0.62% -
HSV(B) 20.31º 0.34% 0.75% -
XYZ 35.37 33.3 23.96 -
YUV 157.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 190 147 125 0 0.23 0.34 0.25 20.31 0.33 0.62
Hex BE 93 7D 0 17 22 19 14 21 3E
Octal 276 223 175 0 27 42 31 24 41 76
Binary 10111110 10010011 1111101 0 10111 100010 11001 10100 100001 111110

Color Harmonies of #BE937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE937D

Black with #BE937D

Text Example


Text Example

White with #BE937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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