#BEB9A8

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

Shades of Ash #BEB9A8

Tints of Ash #BEB9A8

Color information

#BEB9A8 (or 0xBEB9A8) is unknown color: approx Ash. HEX triplet: BE, B9 and A8. RGB value is (190,185,168). Sum of RGB (Red+Green+Blue) = 190+185+168=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9A8 is #414657. Grayscale: #B8B8B8. Windows color (decimal): -4277848 or 11057598. OLE color: 11057598.

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

Color convert

RGB190185168-
CMYK00.030.120.25
HSL46.36º14.47%70.2%-
HSV(B)46.36º11.58%74.51%-
XYZ45.6548.4744-
YUV184.56118.66131.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=34.99%
G=34.07%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018516800.030.120.2546.3614.4770.2
HexBEB9A803C192ee46
Octal2762712500314315616106
Binary10111110101110011010100001111001100110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9A8; }

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

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

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

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

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

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

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

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