#B4B399

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

Shades of Tana #B4B399

Tints of Tana #B4B399

Color information

#B4B399 (or 0xB4B399) is unknown color: approx Tana. HEX triplet: B4, B3 and 99. RGB value is (180,179,153). Sum of RGB (Red+Green+Blue) = 180+179+153=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B399 is #4B4C66. Grayscale: #B0B0B0. Windows color (decimal): -4934759 or 10073012. OLE color: 10073012.

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

Color convert

RGB180179153-
CMYK00.010.150.29
HSL57.78º15.25%65.29%-
HSV(B)57.78º15%70.59%-
XYZ40.6944.2436.53-
YUV176.34114.83130.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=35.16%
G=34.96%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017915300.010.150.2957.7815.2565.29
HexB4B39901F1D3af41
Octal2642632310117357217101
Binary1011010010110011100110010111111110111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B399; }

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

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

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

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

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

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

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

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