#BEBAA3

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

Shades of Ash #BEBAA3

Tints of Ash #BEBAA3

Color information

#BEBAA3 (or 0xBEBAA3) is unknown color: approx Ash. HEX triplet: BE, BA and A3. RGB value is (190,186,163). Sum of RGB (Red+Green+Blue) = 190+186+163=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA3 is #41455C. Grayscale: #B8B8B8. Windows color (decimal): -4277597 or 10730174. OLE color: 10730174.

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

Color convert

RGB190186163-
CMYK00.020.140.25
HSL51.11º17.2%69.22%-
HSV(B)51.11º14.21%74.51%-
XYZ45.448.7141.66-
YUV184.57115.83131.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=35.25%
G=34.51%
B=30.24%

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
Decimal19018616300.020.140.2551.1117.269.22
HexBEBAA302E19331145
Octal2762722430216316321105
Binary101111101011101010100011010111011001110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA3; }

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

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

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

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

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

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

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

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