#BEBAA4

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

Shades of Ash #BEBAA4

Tints of Ash #BEBAA4

Color information

#BEBAA4 (or 0xBEBAA4) is unknown color: approx Ash. HEX triplet: BE, BA and A4. RGB value is (190,186,164). Sum of RGB (Red+Green+Blue) = 190+186+164=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA4 is #41455B. Grayscale: #B8B8B8. Windows color (decimal): -4277596 or 10795710. OLE color: 10795710.

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

Color convert

RGB190186164-
CMYK00.020.140.25
HSL50.77º16.67%69.41%-
HSV(B)50.77º13.68%74.51%-
XYZ45.4948.7542.13-
YUV184.69116.33131.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=35.19%
G=34.44%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616400.020.140.2550.7716.6769.41
HexBEBAA402E19331145
Octal2762722440216316321105
Binary101111101011101010100100010111011001110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA4; }

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

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

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

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

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

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

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

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