#BEB99E

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

Shades of Tana #BEB99E

Tints of Tana #BEB99E

Color information

#BEB99E (or 0xBEB99E) is unknown color: approx Tana. HEX triplet: BE, B9 and 9E. RGB value is (190,185,158). Sum of RGB (Red+Green+Blue) = 190+185+158=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB99E is #414661. Grayscale: #B7B7B7. Windows color (decimal): -4277858 or 10402238. OLE color: 10402238.

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

Color convert

RGB190185158-
CMYK00.030.170.25
HSL50.62º19.75%68.24%-
HSV(B)50.62º16.84%74.51%-
XYZ44.7648.1139.28-
YUV183.42113.66132.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=35.65%
G=34.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018515800.030.170.2550.6219.7568.24
HexBEB99E031119331444
Octal2762712360321316324104
Binary1011111010111001100111100111000111001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB99E; }

 p { color: rgb(190,185,158); }

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

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

 a { background-color: rgb(190,185,158); }

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

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

 span { border-color: rgb(190,185,158); }

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