#BE9078

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

Shades of Pale Taupe #BE9078

Tints of Pale Taupe #BE9078

Color information

#BE9078 (or 0xBE9078) is unknown color: approx Pale Taupe. HEX triplet: BE, 90 and 78. RGB value is (190,144,120). Sum of RGB (Red+Green+Blue) = 190+144+120=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9078 is #416F87. Grayscale: #9B9B9B. Windows color (decimal): -4288392 or 7901374. OLE color: 7901374.

HSL color Cylindrical-coordinate representation of color #BE9078: hue angle of 20.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 #BE9078 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190144120-
CMYK00.240.370.25
HSL20.57º35%60.78%-
HSV(B)20.57º36.84%74.51%-
XYZ34.632.2522.17-
YUV155.02108.24152.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=41.85%
G=31.72%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014412000.240.370.2520.573560.78
HexBE9078018251915233d
Octal2762201700304531254375
Binary101111101001000011110000110001001011100110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9078; }

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

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

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

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

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

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

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

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