#BEBB9E

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

Shades of Tana #BEBB9E

Tints of Tana #BEBB9E

Color information

#BEBB9E (or 0xBEBB9E) is unknown color: approx Tana. HEX triplet: BE, BB and 9E. RGB value is (190,187,158). Sum of RGB (Red+Green+Blue) = 190+187+158=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB9E is #414461. Grayscale: #B8B8B8. Windows color (decimal): -4277346 or 10402750. OLE color: 10402750.

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

Color convert

RGB190187158-
CMYK00.020.170.25
HSL54.38º19.75%68.24%-
HSV(B)54.38º16.84%74.51%-
XYZ45.1848.9639.42-
YUV184.59112.99131.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=35.51%
G=34.95%
B=29.53%

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
Decimal19018715800.020.170.2554.3819.7568.24
HexBEBB9E021119361444
Octal2762732360221316624104
Binary1011111010111011100111100101000111001110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB9E; }

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

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

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

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

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

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

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

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