#BEBB9F

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

Shades of Tana #BEBB9F

Tints of Tana #BEBB9F

Color information

#BEBB9F (or 0xBEBB9F) is unknown color: approx Tana. HEX triplet: BE, BB and 9F. RGB value is (190,187,159). Sum of RGB (Red+Green+Blue) = 190+187+159=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB9F is #414460. Grayscale: #B8B8B8. Windows color (decimal): -4277345 or 10468286. OLE color: 10468286.

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

Color convert

RGB190187159-
CMYK00.020.160.25
HSL54.19º19.25%68.43%-
HSV(B)54.19º16.32%74.51%-
XYZ45.2648.9939.87-
YUV184.7113.49131.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=35.45%
G=34.89%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018715900.020.160.2554.1919.2568.43
HexBEBB9F021019361344
Octal2762732370220316623104
Binary1011111010111011100111110101000011001110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB9F; }

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

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

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

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

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

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

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

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