#BE927A

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

Shades of Pale Taupe #BE927A

Tints of Pale Taupe #BE927A

Color information

#BE927A (or 0xBE927A) is unknown color: approx Pale Taupe. HEX triplet: BE, 92 and 7A. RGB value is (190,146,122). Sum of RGB (Red+Green+Blue) = 190+146+122=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE927A is #416D85. Grayscale: #9C9C9C. Windows color (decimal): -4287878 or 8032958. OLE color: 8032958.

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

Color convert

RGB190146122-
CMYK00.230.360.25
HSL21.18º34.34%61.18%-
HSV(B)21.18º35.79%74.51%-
XYZ35.0332.9122.92-
YUV156.42108.58151.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=41.48%
G=31.88%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014612200.230.360.2521.1834.3461.18
HexBE927A017241915223d
Octal2762221720274431254275
Binary101111101001001011110100101111001001100110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE927A; }

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

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

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

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

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

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

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

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