#BEBC9F

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

Shades of Tana #BEBC9F

Tints of Tana #BEBC9F

Color information

#BEBC9F (or 0xBEBC9F) is unknown color: approx Tana. HEX triplet: BE, BC and 9F. RGB value is (190,188,159). Sum of RGB (Red+Green+Blue) = 190+188+159=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC9F is #414360. Grayscale: #B9B9B9. Windows color (decimal): -4277089 or 10468542. OLE color: 10468542.

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

Color convert

RGB190188159-
CMYK00.010.160.25
HSL56.13º19.25%68.43%-
HSV(B)56.13º16.32%74.51%-
XYZ45.4849.4239.94-
YUV185.29113.16131.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=35.38%
G=35.01%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018815900.010.160.2556.1319.2568.43
HexBEBC9F011019381344
Octal2762742370120317023104
Binary101111101011110010011111011000011001111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC9F; }

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

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

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

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

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

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

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

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