#BEB7A0

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

Shades of Ash #BEB7A0

Tints of Ash #BEB7A0

Color information

#BEB7A0 (or 0xBEB7A0) is unknown color: approx Ash. HEX triplet: BE, B7 and A0. RGB value is (190,183,160). Sum of RGB (Red+Green+Blue) = 190+183+160=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7A0 is #41485F. Grayscale: #B6B6B6. Windows color (decimal): -4278368 or 10532798. OLE color: 10532798.

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

Color convert

RGB190183160-
CMYK00.040.160.25
HSL46º18.75%68.63%-
HSV(B)46º15.79%74.51%-
XYZ44.5147.3540.05-
YUV182.47115.32133.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=35.65%
G=34.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018316000.040.160.254618.7568.63
HexBEB7A00410192e1345
Octal2762672400420315623105
Binary10111110101101111010000001001000011001101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7A0; }

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

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

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

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

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

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

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

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