Html Css Color HEX #BE8E71 Pale Taupe

📋 copy color: '#BE8E71'

red 190 ◦ green 142 ◦ blue 113

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

Shades of Pale Taupe #BE8E71

Tints of Pale Taupe #BE8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 42.7%
G = 31.91%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8E71 (or 0xBE8E71) is known color: Pale Taupe. HEX triplet: BE, 8E and 71. RGB value is (190,142,113). Sum of RGB (Red+Green+Blue) = 190+142+113=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E71 is #41718E. Grayscale: #999999. Windows color (decimal): -4288911 or 7442110. OLE color: 7442110.

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

Color convert

RGB 190 142 113 -
CMYK 0 0.25 0.41 0.25
HSL 22.6º 0.37% 0.59% -
HSV(B) 22.6º 0.41% 0.75% -
XYZ 33.89 31.49 19.91 -
YUV 153.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 190 142 113 0 0.25 0.41 0.25 22.6 0.37 0.59
Hex BE 8E 71 0 19 29 19 17 25 3B
Octal 276 216 161 0 31 51 31 27 45 73
Binary 10111110 10001110 1110001 0 11001 101001 11001 10111 100101 111011

Color Harmonies of #BE8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E71

Black with #BE8E71

Text Example


Text Example

White with #BE8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E71; }

 p { color: rgb(190,142,113); }

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

background-color css

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

 a { background-color: rgb(190,142,113); }

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

border-color css

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

 span { border-color: rgb(190,142,113); }

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