#BEBAAA

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

Shades of Ash #BEBAAA

Tints of Ash #BEBAAA

Color information

#BEBAAA (or 0xBEBAAA) is unknown color: approx Ash. HEX triplet: BE, BA and AA. RGB value is (190,186,170). Sum of RGB (Red+Green+Blue) = 190+186+170=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAAA is #414555. Grayscale: #B9B9B9. Windows color (decimal): -4277590 or 11188926. OLE color: 11188926.

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

Color convert

RGB190186170-
CMYK00.020.110.25
HSL48º13.33%70.59%-
HSV(B)48º10.53%74.51%-
XYZ46.0548.9745.05-
YUV185.37119.33131.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=34.80%
G=34.07%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018617000.020.110.254813.3370.59
HexBEBAAA02B1930d47
Octal2762722520213316015107
Binary10111110101110101010101001010111100111000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAAA; }

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

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

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

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

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

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

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

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