#BEB29F

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

Shades of Tea #BEB29F

Tints of Tea #BEB29F

Color information

#BEB29F (or 0xBEB29F) is unknown color: approx Tea. HEX triplet: BE, B2 and 9F. RGB value is (190,178,159). Sum of RGB (Red+Green+Blue) = 190+178+159=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29F is #414D60. Grayscale: #B3B3B3. Windows color (decimal): -4279649 or 10465982. OLE color: 10465982.

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

Color convert

RGB190178159-
CMYK00.060.160.25
HSL36.77º19.25%68.43%-
HSV(B)36.77º16.32%74.51%-
XYZ43.4145.2939.25-
YUV179.42116.48135.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=36.05%
G=33.78%
B=30.17%

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
Decimal19017815900.060.160.2536.7719.2568.43
HexBEB29F061019251344
Octal2762622370620314523104
Binary10111110101100101001111101101000011001100101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB29F; }

 p { color: rgb(190,178,159); }

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

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

 a { background-color: rgb(190,178,159); }

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

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

 span { border-color: rgb(190,178,159); }

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