#BEB5A4

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

Shades of Tea #BEB5A4

Tints of Tea #BEB5A4

Color information

#BEB5A4 (or 0xBEB5A4) is unknown color: approx Tea. HEX triplet: BE, B5 and A4. RGB value is (190,181,164). Sum of RGB (Red+Green+Blue) = 190+181+164=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A4 is #414A5B. Grayscale: #B5B5B5. Windows color (decimal): -4278876 or 10794430. OLE color: 10794430.

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

Color convert

RGB190181164-
CMYK00.050.140.25
HSL39.23º16.67%69.41%-
HSV(B)39.23º13.68%74.51%-
XYZ44.4646.6841.79-
YUV181.75117.98133.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=35.51%
G=33.83%
B=30.65%

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
Decimal19018116400.050.140.2539.2316.6769.41
HexBEB5A405E19271145
Octal2762652440516314721105
Binary1011111010110101101001000101111011001100111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5A4; }

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

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

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

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

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

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

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

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