#BEB6AA

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

Shades of Tea #BEB6AA

Tints of Tea #BEB6AA

Color information

#BEB6AA (or 0xBEB6AA) is unknown color: approx Tea. HEX triplet: BE, B6 and AA. RGB value is (190,182,170). Sum of RGB (Red+Green+Blue) = 190+182+170=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6AA is #414955. Grayscale: #B7B7B7. Windows color (decimal): -4278614 or 11187902. OLE color: 11187902.

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

Color convert

RGB190182170-
CMYK00.040.110.25
HSL36º13.33%70.59%-
HSV(B)36º10.53%74.51%-
XYZ45.2247.3144.78-
YUV183.02120.65132.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=35.06%
G=33.58%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018217000.040.110.253613.3370.59
HexBEB6AA04B1924d47
Octal2762662520413314415107
Binary101111101011011010101010010010111100110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6AA; }

 p { color: rgb(190,182,170); }

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

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

 a { background-color: rgb(190,182,170); }

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

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

 span { border-color: rgb(190,182,170); }

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