Html Css Color HEX #BE8E75 Pale Taupe

📋 copy color: '#BE8E75'

red 190 ◦ green 142 ◦ blue 117

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

Shades of Pale Taupe #BE8E75

Tints of Pale Taupe #BE8E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 42.32%
G = 31.63%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8E75 (or 0xBE8E75) is known color: Pale Taupe. HEX triplet: BE, 8E and 75. RGB value is (190,142,117). Sum of RGB (Red+Green+Blue) = 190+142+117=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E75 is #41718A. Grayscale: #999999. Windows color (decimal): -4288907 or 7704254. OLE color: 7704254.

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

Color convert

RGB 190 142 117 -
CMYK 0 0.25 0.38 0.25
HSL 20.55º 0.36% 0.6% -
HSV(B) 20.55º 0.38% 0.75% -
XYZ 34.12 31.58 21.13 -
YUV 153.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 190 142 117 0 0.25 0.38 0.25 20.55 0.36 0.6
Hex BE 8E 75 0 19 26 19 15 24 3C
Octal 276 216 165 0 31 46 31 25 44 74
Binary 10111110 10001110 1110101 0 11001 100110 11001 10101 100100 111100

Color Harmonies of #BE8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E75

Black with #BE8E75

Text Example


Text Example

White with #BE8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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