#BE9278

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

Shades of Pale Taupe #BE9278

Tints of Pale Taupe #BE9278

Color information

#BE9278 (or 0xBE9278) is unknown color: approx Pale Taupe. HEX triplet: BE, 92 and 78. RGB value is (190,146,120). Sum of RGB (Red+Green+Blue) = 190+146+120=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9278 is #416D87. Grayscale: #9C9C9C. Windows color (decimal): -4287880 or 7901886. OLE color: 7901886.

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

Color convert

RGB190146120-
CMYK00.230.370.25
HSL22.29º35%60.78%-
HSV(B)22.29º36.84%74.51%-
XYZ34.932.8622.27-
YUV156.19107.58152.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=41.67%
G=32.02%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014612000.230.370.2522.293560.78
HexBE9278017251916233d
Octal2762221700274531264375
Binary101111101001001011110000101111001011100110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9278; }

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

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

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

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

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

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

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

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