#BEB3A0

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

Shades of Tea #BEB3A0

Tints of Tea #BEB3A0

Color information

#BEB3A0 (or 0xBEB3A0) is unknown color: approx Tea. HEX triplet: BE, B3 and A0. RGB value is (190,179,160). Sum of RGB (Red+Green+Blue) = 190+179+160=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3A0 is #414C5F. Grayscale: #B4B4B4. Windows color (decimal): -4279392 or 10531774. OLE color: 10531774.

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

Color convert

RGB190179160-
CMYK00.060.160.25
HSL38º18.75%68.63%-
HSV(B)38º15.79%74.51%-
XYZ43.745.7339.78-
YUV180.12116.64135.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=35.92%
G=33.84%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017916000.060.160.253818.7568.63
HexBEB3A0061019261345
Octal2762632400620314623105
Binary10111110101100111010000001101000011001100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3A0; }

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

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

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

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

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

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

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

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