Html Css Color HEX #BE8E70 Pale Taupe

📋 copy color: '#BE8E70'

red 190 ◦ green 142 ◦ blue 112

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

Shades of Pale Taupe #BE8E70

Tints of Pale Taupe #BE8E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 42.79%
G = 31.98%
B = 25.23%

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

#BE8E70 (or 0xBE8E70) is known color: Pale Taupe. HEX triplet: BE, 8E and 70. RGB value is (190,142,112). Sum of RGB (Red+Green+Blue) = 190+142+112=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E70 is #41718F. Grayscale: #999999. Windows color (decimal): -4288912 or 7376574. OLE color: 7376574.

HSL color Cylindrical-coordinate representation of color #BE8E70: hue angle of 23.08º degrees, saturation: 0.38, 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 #BE8E70 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 142 112 -
CMYK 0 0.25 0.41 0.25
HSL 23.08º 0.38% 0.59% -
HSV(B) 23.08º 0.41% 0.75% -
XYZ 33.83 31.46 19.62 -
YUV 152.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 190 142 112 0 0.25 0.41 0.25 23.08 0.38 0.59
Hex BE 8E 70 0 19 29 19 17 26 3B
Octal 276 216 160 0 31 51 31 27 46 73
Binary 10111110 10001110 1110000 0 11001 101001 11001 10111 100110 111011

Color Harmonies of #BE8E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E70

Black with #BE8E70

Text Example


Text Example

White with #BE8E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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