Html Css Color HEX #BE9E81 Pale Taupe

📋 copy color: '#BE9E81'

red 190 ◦ green 158 ◦ blue 129

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

Shades of Pale Taupe #BE9E81

Tints of Pale Taupe #BE9E81

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

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

R = 39.83%
G = 33.12%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE9E81 (or 0xBE9E81) is known color: Pale Taupe. HEX triplet: BE, 9E and 81. RGB value is (190,158,129). Sum of RGB (Red+Green+Blue) = 190+158+129=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E81 is #41617E. Grayscale: #A4A4A4. Windows color (decimal): -4284799 or 8494782. OLE color: 8494782.

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

Color convert

RGB 190 158 129 -
CMYK 0 0.17 0.32 0.25
HSL 28.52º 0.32% 0.63% -
HSV(B) 28.52º 0.32% 0.75% -
XYZ 37.42 36.99 25.94 -
YUV 164.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 190 158 129 0 0.17 0.32 0.25 28.52 0.32 0.63
Hex BE 9E 81 0 11 20 19 1D 20 3F
Octal 276 236 201 0 21 40 31 35 40 77
Binary 10111110 10011110 10000001 0 10001 100000 11001 11101 100000 111111

Color Harmonies of #BE9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E81

Black with #BE9E81

Text Example


Text Example

White with #BE9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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