#BEB9A4

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

Shades of Ash #BEB9A4

Tints of Ash #BEB9A4

Color information

#BEB9A4 (or 0xBEB9A4) is unknown color: approx Ash. HEX triplet: BE, B9 and A4. RGB value is (190,185,164). Sum of RGB (Red+Green+Blue) = 190+185+164=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9A4 is #41465B. Grayscale: #B8B8B8. Windows color (decimal): -4277852 or 10795454. OLE color: 10795454.

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

Color convert

RGB190185164-
CMYK00.030.140.25
HSL48.46º16.67%69.41%-
HSV(B)48.46º13.68%74.51%-
XYZ45.2948.3342.06-
YUV184.1116.66132.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=35.25%
G=34.32%
B=30.43%

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
Decimal19018516400.030.140.2548.4616.6769.41
HexBEB9A403E19301145
Octal2762712440316316021105
Binary101111101011100110100100011111011001110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9A4; }

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

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

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

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

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

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

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

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