#BEBA9E

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

Shades of Tana #BEBA9E

Tints of Tana #BEBA9E

Color information

#BEBA9E (or 0xBEBA9E) is unknown color: approx Tana. HEX triplet: BE, BA and 9E. RGB value is (190,186,158). Sum of RGB (Red+Green+Blue) = 190+186+158=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA9E is #414561. Grayscale: #B8B8B8. Windows color (decimal): -4277602 or 10402494. OLE color: 10402494.

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

Color convert

RGB190186158-
CMYK00.020.170.25
HSL52.5º19.75%68.24%-
HSV(B)52.5º16.84%74.51%-
XYZ44.9748.5339.35-
YUV184113.33132.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=35.58%
G=34.83%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018615800.020.170.2552.519.7568.24
HexBEBA9E021119341444
Octal2762722360221316424104
Binary1011111010111010100111100101000111001110100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA9E; }

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

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

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

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

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

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

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

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