#BEB89A

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

Shades of Tana #BEB89A

Tints of Tana #BEB89A

Color information

#BEB89A (or 0xBEB89A) is unknown color: approx Tana. HEX triplet: BE, B8 and 9A. RGB value is (190,184,154). Sum of RGB (Red+Green+Blue) = 190+184+154=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB89A is #414765. Grayscale: #B6B6B6. Windows color (decimal): -4278118 or 10139838. OLE color: 10139838.

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

Color convert

RGB190184154-
CMYK00.030.190.25
HSL50º21.69%67.45%-
HSV(B)50º18.95%74.51%-
XYZ44.2147.5637.42-
YUV182.37111.99133.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=35.98%
G=34.85%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018415400.030.190.255021.6967.45
HexBEB89A031319321643
Octal2762702320323316226103
Binary1011111010111000100110100111001111001110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB89A; }

 p { color: rgb(190,184,154); }

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

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

 a { background-color: rgb(190,184,154); }

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

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

 span { border-color: rgb(190,184,154); }

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