#BEB89F

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

Shades of Ash #BEB89F

Tints of Ash #BEB89F

Color information

#BEB89F (or 0xBEB89F) is unknown color: approx Ash. HEX triplet: BE, B8 and 9F. RGB value is (190,184,159). Sum of RGB (Red+Green+Blue) = 190+184+159=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB89F is #414760. Grayscale: #B7B7B7. Windows color (decimal): -4278113 or 10467518. OLE color: 10467518.

HSL color Cylindrical-coordinate representation of color #BEB89F: hue angle of 48.39º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB89F is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190184159-
CMYK00.030.160.25
HSL48.39º19.25%68.43%-
HSV(B)48.39º16.32%74.51%-
XYZ44.6347.7339.66-
YUV182.94114.49133.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=35.65%
G=34.52%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018415900.030.160.2548.3919.2568.43
HexBEB89F031019301344
Octal2762702370320316023104
Binary1011111010111000100111110111000011001110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB89F; }

 p { color: rgb(190,184,159); }

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

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

 a { background-color: rgb(190,184,159); }

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

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

 span { border-color: rgb(190,184,159); }

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