#BEB5A3

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

Shades of Tea #BEB5A3

Tints of Tea #BEB5A3

Color information

#BEB5A3 (or 0xBEB5A3) is unknown color: approx Tea. HEX triplet: BE, B5 and A3. RGB value is (190,181,163). Sum of RGB (Red+Green+Blue) = 190+181+163=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A3 is #414A5C. Grayscale: #B5B5B5. Windows color (decimal): -4278877 or 10728894. OLE color: 10728894.

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

Color convert

RGB190181163-
CMYK00.050.140.25
HSL40º17.2%69.22%-
HSV(B)40º14.21%74.51%-
XYZ44.3746.6441.31-
YUV181.64117.48133.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=35.58%
G=33.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018116300.050.140.254017.269.22
HexBEB5A305E19281145
Octal2762652430516315021105
Binary1011111010110101101000110101111011001101000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5A3; }

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

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

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

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

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

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

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

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