#BEB8A4

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

Shades of Ash #BEB8A4

Tints of Ash #BEB8A4

Color information

#BEB8A4 (or 0xBEB8A4) is unknown color: approx Ash. HEX triplet: BE, B8 and A4. RGB value is (190,184,164). Sum of RGB (Red+Green+Blue) = 190+184+164=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8A4 is #41475B. Grayscale: #B7B7B7. Windows color (decimal): -4278108 or 10795198. OLE color: 10795198.

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

Color convert

RGB190184164-
CMYK00.030.140.25
HSL46.15º16.67%69.41%-
HSV(B)46.15º13.68%74.51%-
XYZ45.0847.9141.99-
YUV183.51116.99132.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=35.32%
G=34.20%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018416400.030.140.2546.1516.6769.41
HexBEB8A403E192e1145
Octal2762702440316315621105
Binary101111101011100010100100011111011001101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8A4; }

 p { color: rgb(190,184,164); }

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

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

 a { background-color: rgb(190,184,164); }

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

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

 span { border-color: rgb(190,184,164); }

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