#BEB7A1

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

Shades of Ash #BEB7A1

Tints of Ash #BEB7A1

Color information

#BEB7A1 (or 0xBEB7A1) is unknown color: approx Ash. HEX triplet: BE, B7 and A1. RGB value is (190,183,161). Sum of RGB (Red+Green+Blue) = 190+183+161=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7A1 is #41485E. Grayscale: #B6B6B6. Windows color (decimal): -4278367 or 10598334. OLE color: 10598334.

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

Color convert

RGB190183161-
CMYK00.040.150.25
HSL45.52º18.24%68.82%-
HSV(B)45.52º15.26%74.51%-
XYZ44.647.3940.51-
YUV182.58115.82133.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=35.58%
G=34.27%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018316100.040.150.2545.5218.2468.82
HexBEB7A104F192e1245
Octal2762672410417315622105
Binary1011111010110111101000010100111111001101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7A1; }

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

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

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

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

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

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

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

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