#BEB9A1

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

Shades of Ash #BEB9A1

Tints of Ash #BEB9A1

Color information

#BEB9A1 (or 0xBEB9A1) is unknown color: approx Ash. HEX triplet: BE, B9 and A1. RGB value is (190,185,161). Sum of RGB (Red+Green+Blue) = 190+185+161=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9A1 is #41465E. Grayscale: #B7B7B7. Windows color (decimal): -4277855 or 10598846. OLE color: 10598846.

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

Color convert

RGB190185161-
CMYK00.030.150.25
HSL49.66º18.24%68.82%-
HSV(B)49.66º15.26%74.51%-
XYZ45.0248.2240.65-
YUV183.76115.16132.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=35.45%
G=34.51%
B=30.04%

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
Decimal19018516100.030.150.2549.6618.2468.82
HexBEB9A103F19321245
Octal2762712410317316222105
Binary101111101011100110100001011111111001110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9A1; }

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

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

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

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

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

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

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

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