#B5B39C

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

Shades of Tana #B5B39C

Tints of Tana #B5B39C

Color information

#B5B39C (or 0xB5B39C) is unknown color: approx Tana. HEX triplet: B5, B3 and 9C. RGB value is (181,179,156). Sum of RGB (Red+Green+Blue) = 181+179+156=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B39C is #4A4C63. Grayscale: #B1B1B1. Windows color (decimal): -4869220 or 10269621. OLE color: 10269621.

HSL color Cylindrical-coordinate representation of color #B5B39C: hue angle of 55.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B39C is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181179156-
CMYK00.010.140.29
HSL55.2º14.45%66.08%-
HSV(B)55.2º13.81%70.98%-
XYZ41.1844.4637.86-
YUV176.98116.16130.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=35.08%
G=34.69%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117915600.010.140.2955.214.4566.08
HexB5B39C01E1D37e42
Octal2652632340116356716102
Binary1011010110110011100111000111101110111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B39C; }

 p { color: rgb(181,179,156); }

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

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

 a { background-color: rgb(181,179,156); }

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

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

 span { border-color: rgb(181,179,156); }

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