#B4B39F

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

Shades of Tana #B4B39F

Tints of Tana #B4B39F

Color information

#B4B39F (or 0xB4B39F) is unknown color: approx Tana. HEX triplet: B4, B3 and 9F. RGB value is (180,179,159). Sum of RGB (Red+Green+Blue) = 180+179+159=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B39F is #4B4C60. Grayscale: #B1B1B1. Windows color (decimal): -4934753 or 10466228. OLE color: 10466228.

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

Color convert

RGB180179159-
CMYK00.010.120.29
HSL57.14º12.28%66.47%-
HSV(B)57.14º11.67%70.59%-
XYZ41.244.4539.21-
YUV177.02117.83130.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=34.75%
G=34.56%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017915900.010.120.2957.1412.2866.47
HexB4B39F01C1D39c42
Octal2642632370114357114102
Binary1011010010110011100111110111001110111100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B39F; }

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

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

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

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

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

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

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

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