#BEB5A6

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

Shades of Tea #BEB5A6

Tints of Tea #BEB5A6

Color information

#BEB5A6 (or 0xBEB5A6) is unknown color: approx Tea. HEX triplet: BE, B5 and A6. RGB value is (190,181,166). Sum of RGB (Red+Green+Blue) = 190+181+166=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A6 is #414A59. Grayscale: #B6B6B6. Windows color (decimal): -4278874 or 10925502. OLE color: 10925502.

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

Color convert

RGB190181166-
CMYK00.050.130.25
HSL37.5º15.58%69.8%-
HSV(B)37.5º12.63%74.51%-
XYZ44.6446.7542.75-
YUV181.98118.98133.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=35.38%
G=33.71%
B=30.91%

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
Decimal19018116600.050.130.2537.515.5869.8
HexBEB5A605D19261046
Octal2762652460515314620106
Binary1011111010110101101001100101110111001100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5A6; }

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

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

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

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

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

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

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

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