#BEBAA5

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

Shades of Ash #BEBAA5

Tints of Ash #BEBAA5

Color information

#BEBAA5 (or 0xBEBAA5) is unknown color: approx Ash. HEX triplet: BE, BA and A5. RGB value is (190,186,165). Sum of RGB (Red+Green+Blue) = 190+186+165=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA5 is #41455A. Grayscale: #B8B8B8. Windows color (decimal): -4277595 or 10861246. OLE color: 10861246.

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

Color convert

RGB190186165-
CMYK00.020.130.25
HSL50.4º16.13%69.61%-
HSV(B)50.4º13.16%74.51%-
XYZ45.5948.7842.61-
YUV184.8116.83131.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=35.12%
G=34.38%
B=30.50%

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
Decimal19018616500.020.130.2550.416.1369.61
HexBEBAA502D19321046
Octal2762722450215316220106
Binary101111101011101010100101010110111001110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA5; }

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

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

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

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

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

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

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

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