#BE8D76

Color #BE8D76 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BE8D76

Tints of Pale Taupe #BE8D76

Color information

#BE8D76 (or 0xBE8D76) is unknown color: approx Pale Taupe. HEX triplet: BE, 8D and 76. RGB value is (190,141,118). Sum of RGB (Red+Green+Blue) = 190+141+118=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D76 is #417289. Grayscale: #999999. Windows color (decimal): -4289162 or 7769534. OLE color: 7769534.

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

Color convert

RGB190141118-
CMYK00.260.380.25
HSL19.17º35.64%60.39%-
HSV(B)19.17º37.89%74.51%-
XYZ34.0331.321.39-
YUV153.03108.23154.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=42.32%
G=31.40%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014111800.260.380.2519.1735.6460.39
HexBE8D7601A261913243c
Octal2762151660324631234474
Binary101111101000110111101100110101001101100110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D76; }

 p { color: rgb(190,141,118); }

 H1.HeaderClassName
 {
   color: #BE8D76;
 }
 .AnyTagClassName
 {
   color: #BE8D76;
 }
</style>
background-color css

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

 a { background-color: rgb(190,141,118); }

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

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

 span { border-color: rgb(190,141,118); }

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