#BEBAA6

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

Shades of Ash #BEBAA6

Tints of Ash #BEBAA6

Color information

#BEBAA6 (or 0xBEBAA6) is unknown color: approx Ash. HEX triplet: BE, BA and A6. RGB value is (190,186,166). Sum of RGB (Red+Green+Blue) = 190+186+166=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA6 is #414559. Grayscale: #B9B9B9. Windows color (decimal): -4277594 or 10926782. OLE color: 10926782.

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

Color convert

RGB190186166-
CMYK00.020.130.25
HSL50º15.58%69.8%-
HSV(B)50º12.63%74.51%-
XYZ45.6848.8243.09-
YUV184.92117.33131.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 166 (65.23% from 255) = 30.63%
R=35.06%
G=34.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616600.020.130.255015.5869.8
HexBEBAA602D19321046
Octal2762722460215316220106
Binary101111101011101010100110010110111001110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA6; }

 p { color: rgb(190,186,166); }

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

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

 a { background-color: rgb(190,186,166); }

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

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

 span { border-color: rgb(190,186,166); }

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