#BEB3A2

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

Shades of Tea #BEB3A2

Tints of Tea #BEB3A2

Color information

#BEB3A2 (or 0xBEB3A2) is unknown color: approx Tea. HEX triplet: BE, B3 and A2. RGB value is (190,179,162). Sum of RGB (Red+Green+Blue) = 190+179+162=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3A2 is #414C5D. Grayscale: #B4B4B4. Windows color (decimal): -4279390 or 10662846. OLE color: 10662846.

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

Color convert

RGB190179162-
CMYK00.060.150.25
HSL36.43º17.72%69.02%-
HSV(B)36.43º14.74%74.51%-
XYZ43.8845.840.71-
YUV180.35117.64134.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=35.78%
G=33.71%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017916200.060.150.2536.4317.7269.02
HexBEB3A206F19241245
Octal2762632420617314422105
Binary1011111010110011101000100110111111001100100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3A2; }

 p { color: rgb(190,179,162); }

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

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

 a { background-color: rgb(190,179,162); }

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

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

 span { border-color: rgb(190,179,162); }

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