Html Css Color HEX #BE957C Pale Taupe

📋 copy color: '#BE957C'

red 190 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #BE957C

Tints of Pale Taupe #BE957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 41.04%
G = 32.18%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE957C (or 0xBE957C) is known color: Pale Taupe. HEX triplet: BE, 95 and 7C. RGB value is (190,149,124). Sum of RGB (Red+Green+Blue) = 190+149+124=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE957C is #416A83. Grayscale: #9E9E9E. Windows color (decimal): -4287108 or 8164798. OLE color: 8164798.

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

Color convert

RGB 190 149 124 -
CMYK 0 0.22 0.35 0.25
HSL 22.73º 0.34% 0.62% -
HSV(B) 22.73º 0.35% 0.75% -
XYZ 35.62 33.9 23.73 -
YUV 158.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 190 149 124 0 0.22 0.35 0.25 22.73 0.34 0.62
Hex BE 95 7C 0 16 23 19 17 22 3E
Octal 276 225 174 0 26 43 31 27 42 76
Binary 10111110 10010101 1111100 0 10110 100011 11001 10111 100010 111110

Color Harmonies of #BE957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE957C

Black with #BE957C

Text Example


Text Example

White with #BE957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE957C; }

 p { color: rgb(190,149,124); }

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

background-color css

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

 a { background-color: rgb(190,149,124); }

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

border-color css

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

 span { border-color: rgb(190,149,124); }

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