#BEBAA9

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

Shades of Ash #BEBAA9

Tints of Ash #BEBAA9

Color information

#BEBAA9 (or 0xBEBAA9) is unknown color: approx Ash. HEX triplet: BE, BA and A9. RGB value is (190,186,169). Sum of RGB (Red+Green+Blue) = 190+186+169=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA9 is #414556. Grayscale: #B9B9B9. Windows color (decimal): -4277591 or 11123390. OLE color: 11123390.

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

Color convert

RGB190186169-
CMYK00.020.110.25
HSL48.57º13.91%70.39%-
HSV(B)48.57º11.05%74.51%-
XYZ45.9648.9344.56-
YUV185.26118.83131.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=34.86%
G=34.13%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616900.020.110.2548.5713.9170.39
HexBEBAA902B1931e46
Octal2762722510213316116106
Binary10111110101110101010100101010111100111000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA9; }

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

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

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

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

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

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

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

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