#B4B39A

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

Shades of Tana #B4B39A

Tints of Tana #B4B39A

Color information

#B4B39A (or 0xB4B39A) is unknown color: approx Tana. HEX triplet: B4, B3 and 9A. RGB value is (180,179,154). Sum of RGB (Red+Green+Blue) = 180+179+154=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B39A is #4B4C65. Grayscale: #B0B0B0. Windows color (decimal): -4934758 or 10138548. OLE color: 10138548.

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

Color convert

RGB180179154-
CMYK00.010.140.29
HSL57.69º14.77%65.49%-
HSV(B)57.69º14.44%70.59%-
XYZ40.7844.2836.97-
YUV176.45115.33130.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=35.09%
G=34.89%
B=30.02%

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
Decimal18017915400.010.140.2957.6914.7765.49
HexB4B39A01E1D3af41
Octal2642632320116357217101
Binary1011010010110011100110100111101110111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B39A; }

 p { color: rgb(180,179,154); }

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

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

 a { background-color: rgb(180,179,154); }

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

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

 span { border-color: rgb(180,179,154); }

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