#BEB8A6

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

Shades of Ash #BEB8A6

Tints of Ash #BEB8A6

Color information

#BEB8A6 (or 0xBEB8A6) is unknown color: approx Ash. HEX triplet: BE, B8 and A6. RGB value is (190,184,166). Sum of RGB (Red+Green+Blue) = 190+184+166=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8A6 is #414759. Grayscale: #B7B7B7. Windows color (decimal): -4278106 or 10926270. OLE color: 10926270.

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

Color convert

RGB190184166-
CMYK00.030.130.25
HSL45º15.58%69.8%-
HSV(B)45º12.63%74.51%-
XYZ45.2647.9842.95-
YUV183.74117.99132.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=35.19%
G=34.07%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018416600.030.130.254515.5869.8
HexBEB8A603D192d1046
Octal2762702460315315520106
Binary101111101011100010100110011110111001101101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8A6; }

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

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

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

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

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

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

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

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