Html Css Color HEX #BE9380 Pale Taupe

📋 copy color: '#BE9380'

red 190 ◦ green 147 ◦ blue 128

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

Shades of Pale Taupe #BE9380

Tints of Pale Taupe #BE9380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 40.86%
G = 31.61%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE9380 (or 0xBE9380) is known color: Pale Taupe. HEX triplet: BE, 93 and 80. RGB value is (190,147,128). Sum of RGB (Red+Green+Blue) = 190+147+128=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9380 is #416C7F. Grayscale: #9D9D9D. Windows color (decimal): -4287616 or 8426430. OLE color: 8426430.

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

Color convert

RGB 190 147 128 -
CMYK 0 0.23 0.33 0.25
HSL 18.39º 0.32% 0.62% -
HSV(B) 18.39º 0.33% 0.75% -
XYZ 35.57 33.37 24.99 -
YUV 157.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 190 147 128 0 0.23 0.33 0.25 18.39 0.32 0.62
Hex BE 93 80 0 17 21 19 12 20 3E
Octal 276 223 200 0 27 41 31 22 40 76
Binary 10111110 10010011 10000000 0 10111 100001 11001 10010 100000 111110

Color Harmonies of #BE9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9380

Black with #BE9380

Text Example


Text Example

White with #BE9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9380; }

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

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

background-color css

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

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

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

border-color css

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

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

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