#BEB4A6

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

Shades of Tea #BEB4A6

Tints of Tea #BEB4A6

Color information

#BEB4A6 (or 0xBEB4A6) is unknown color: approx Tea. HEX triplet: BE, B4 and A6. RGB value is (190,180,166). Sum of RGB (Red+Green+Blue) = 190+180+166=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4A6 is #414B59. Grayscale: #B5B5B5. Windows color (decimal): -4279130 or 10925246. OLE color: 10925246.

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

Color convert

RGB190180166-
CMYK00.050.130.25
HSL35º15.58%69.8%-
HSV(B)35º12.63%74.51%-
XYZ44.4446.3442.68-
YUV181.39119.31134.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=35.45%
G=33.58%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018016600.050.130.253515.5869.8
HexBEB4A605D19231046
Octal2762642460515314320106
Binary1011111010110100101001100101110111001100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4A6; }

 p { color: rgb(190,180,166); }

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

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

 a { background-color: rgb(190,180,166); }

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

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

 span { border-color: rgb(190,180,166); }

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