#BEB5A7

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

Shades of Tea #BEB5A7

Tints of Tea #BEB5A7

Color information

#BEB5A7 (or 0xBEB5A7) is unknown color: approx Tea. HEX triplet: BE, B5 and A7. RGB value is (190,181,167). Sum of RGB (Red+Green+Blue) = 190+181+167=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A7 is #414A58. Grayscale: #B6B6B6. Windows color (decimal): -4278873 or 10991038. OLE color: 10991038.

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

Color convert

RGB190181167-
CMYK00.050.120.25
HSL36.52º15.03%70%-
HSV(B)36.52º12.11%74.51%-
XYZ44.7346.7843.23-
YUV182.1119.48133.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 167 (65.62% from 255) = 31.04%
R=35.32%
G=33.64%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018116700.050.120.2536.5215.0370
HexBEB5A705C1925f46
Octal2762652470514314517106
Binary101111101011010110100111010111001100110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5A7; }

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

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

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

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

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

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

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

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