#BEBAA2

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

Shades of Ash #BEBAA2

Tints of Ash #BEBAA2

Color information

#BEBAA2 (or 0xBEBAA2) is unknown color: approx Ash. HEX triplet: BE, BA and A2. RGB value is (190,186,162). Sum of RGB (Red+Green+Blue) = 190+186+162=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA2 is #41455D. Grayscale: #B8B8B8. Windows color (decimal): -4277598 or 10664638. OLE color: 10664638.

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

Color convert

RGB190186162-
CMYK00.020.150.25
HSL51.43º17.72%69.02%-
HSV(B)51.43º14.74%74.51%-
XYZ45.3248.6741.19-
YUV184.46115.33131.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=35.32%
G=34.57%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616200.020.150.2551.4317.7269.02
HexBEBAA202F19331245
Octal2762722420217316322105
Binary101111101011101010100010010111111001110011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA2; }

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

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

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

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

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

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

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

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