#BE9E78

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

Shades of Pale Taupe #BE9E78

Tints of Pale Taupe #BE9E78

Color information

#BE9E78 (or 0xBE9E78) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 78. RGB value is (190,158,120). Sum of RGB (Red+Green+Blue) = 190+158+120=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E78 is #416187. Grayscale: #A3A3A3. Windows color (decimal): -4284808 or 7904958. OLE color: 7904958.

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

Color convert

RGB190158120-
CMYK00.170.370.25
HSL32.57º35%60.78%-
HSV(B)32.57º36.84%74.51%-
XYZ36.8536.7622.92-
YUV163.24103.6147.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=40.60%
G=33.76%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015812000.170.370.2532.573560.78
HexBE9E78011251921233d
Octal2762361700214531414375
Binary1011111010011110111100001000110010111001100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E78; }

 p { color: rgb(190,158,120); }

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

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

 a { background-color: rgb(190,158,120); }

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

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

 span { border-color: rgb(190,158,120); }

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