#BEB8A2

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

Shades of Ash #BEB8A2

Tints of Ash #BEB8A2

Color information

#BEB8A2 (or 0xBEB8A2) is unknown color: approx Ash. HEX triplet: BE, B8 and A2. RGB value is (190,184,162). Sum of RGB (Red+Green+Blue) = 190+184+162=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8A2 is #41475D. Grayscale: #B7B7B7. Windows color (decimal): -4278110 or 10664126. OLE color: 10664126.

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

Color convert

RGB190184162-
CMYK00.030.150.25
HSL47.14º17.72%69.02%-
HSV(B)47.14º14.74%74.51%-
XYZ44.947.8441.05-
YUV183.29115.99132.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=35.45%
G=34.33%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018416200.030.150.2547.1417.7269.02
HexBEB8A203F192f1245
Octal2762702420317315722105
Binary101111101011100010100010011111111001101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8A2; }

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

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

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

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

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

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

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

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