Html Css Color HEX #BE9E85 Pale Taupe

📋 copy color: '#BE9E85'

red 190 ◦ green 158 ◦ blue 133

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

Shades of Pale Taupe #BE9E85

Tints of Pale Taupe #BE9E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 39.5%
G = 32.85%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE9E85 (or 0xBE9E85) is known color: Pale Taupe. HEX triplet: BE, 9E and 85. RGB value is (190,158,133). Sum of RGB (Red+Green+Blue) = 190+158+133=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E85 is #41617A. Grayscale: #A4A4A4. Windows color (decimal): -4284795 or 8756926. OLE color: 8756926.

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

Color convert

RGB 190 158 133 -
CMYK 0 0.17 0.3 0.25
HSL 26.32º 0.3% 0.63% -
HSV(B) 26.32º 0.3% 0.75% -
XYZ 37.7 37.09 27.36 -
YUV 164.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 190 158 133 0 0.17 0.3 0.25 26.32 0.3 0.63
Hex BE 9E 85 0 11 1E 19 1A 1E 3F
Octal 276 236 205 0 21 36 31 32 36 77
Binary 10111110 10011110 10000101 0 10001 11110 11001 11010 11110 111111

Color Harmonies of #BE9E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E85

Black with #BE9E85

Text Example


Text Example

White with #BE9E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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