Html Css Color HEX #BE9381 Pale Taupe

📋 copy color: '#BE9381'

red 190 ◦ green 147 ◦ blue 129

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

Shades of Pale Taupe #BE9381

Tints of Pale Taupe #BE9381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 40.77%
G = 31.55%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE9381 (or 0xBE9381) is known color: Pale Taupe. HEX triplet: BE, 93 and 81. RGB value is (190,147,129). Sum of RGB (Red+Green+Blue) = 190+147+129=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9381 is #416C7E. Grayscale: #9D9D9D. Windows color (decimal): -4287615 or 8491966. OLE color: 8491966.

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

Color convert

RGB 190 147 129 -
CMYK 0 0.23 0.32 0.25
HSL 17.7º 0.32% 0.63% -
HSV(B) 17.7º 0.32% 0.75% -
XYZ 35.63 33.4 25.34 -
YUV 157.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 190 147 129 0 0.23 0.32 0.25 17.7 0.32 0.63
Hex BE 93 81 0 17 20 19 12 20 3F
Octal 276 223 201 0 27 40 31 22 40 77
Binary 10111110 10010011 10000001 0 10111 100000 11001 10010 100000 111111

Color Harmonies of #BE9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9381

Black with #BE9381

Text Example


Text Example

White with #BE9381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9381; }

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

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

background-color css

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

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

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

border-color css

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

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

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