#BEBAA7

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

Shades of Ash #BEBAA7

Tints of Ash #BEBAA7

Color information

#BEBAA7 (or 0xBEBAA7) is unknown color: approx Ash. HEX triplet: BE, BA and A7. RGB value is (190,186,167). Sum of RGB (Red+Green+Blue) = 190+186+167=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA7 is #414558. Grayscale: #B9B9B9. Windows color (decimal): -4277593 or 10992318. OLE color: 10992318.

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

Color convert

RGB190186167-
CMYK00.020.120.25
HSL49.57º15.03%70%-
HSV(B)49.57º12.11%74.51%-
XYZ45.7748.8543.58-
YUV185.03117.83131.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=34.99%
G=34.25%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616700.020.120.2549.5715.0370
HexBEBAA702C1932f46
Octal2762722470214316217106
Binary10111110101110101010011101011001100111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA7; }

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

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

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

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

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

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

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

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