#BEB99A

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

Shades of Tana #BEB99A

Tints of Tana #BEB99A

Color information

#BEB99A (or 0xBEB99A) is unknown color: approx Tana. HEX triplet: BE, B9 and 9A. RGB value is (190,185,154). Sum of RGB (Red+Green+Blue) = 190+185+154=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB99A is #414665. Grayscale: #B7B7B7. Windows color (decimal): -4277862 or 10140094. OLE color: 10140094.

HSL color Cylindrical-coordinate representation of color #BEB99A: hue angle of 51.67º 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 #BEB99A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190185154-
CMYK00.030.190.25
HSL51.67º21.69%67.45%-
HSV(B)51.67º18.95%74.51%-
XYZ44.4247.9837.49-
YUV182.96111.66133.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=35.92%
G=34.97%
B=29.11%

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
Decimal19018515400.030.190.2551.6721.6967.45
HexBEB99A031319341643
Octal2762712320323316426103
Binary1011111010111001100110100111001111001110100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB99A; }

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

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

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

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

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

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

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

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