Html Css Color HEX #BE8E72 Pale Taupe

📋 copy color: '#BE8E72'

red 190 ◦ green 142 ◦ blue 114

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

Shades of Pale Taupe #BE8E72

Tints of Pale Taupe #BE8E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 42.6%
G = 31.84%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE8E72 (or 0xBE8E72) is known color: Pale Taupe. HEX triplet: BE, 8E and 72. RGB value is (190,142,114). Sum of RGB (Red+Green+Blue) = 190+142+114=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E72 is #41718D. Grayscale: #999999. Windows color (decimal): -4288910 or 7507646. OLE color: 7507646.

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

Color convert

RGB 190 142 114 -
CMYK 0 0.25 0.40 0.25
HSL 22.11º 0.37% 0.6% -
HSV(B) 22.11º 0.4% 0.75% -
XYZ 33.95 31.51 20.21 -
YUV 153.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 190 142 114 0 0.25 0.40 0.25 22.11 0.37 0.6
Hex BE 8E 72 0 19 28 19 16 25 3C
Octal 276 216 162 0 31 50 31 26 45 74
Binary 10111110 10001110 1110010 0 11001 101000 11001 10110 100101 111100

Color Harmonies of #BE8E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E72

Black with #BE8E72

Text Example


Text Example

White with #BE8E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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