#B4B49B

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

Shades of Tana #B4B49B

Tints of Tana #B4B49B

Color information

#B4B49B (or 0xB4B49B) is unknown color: approx Tana. HEX triplet: B4, B4 and 9B. RGB value is (180,180,155). Sum of RGB (Red+Green+Blue) = 180+180+155=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B49B is #4B4B64. Grayscale: #B1B1B1. Windows color (decimal): -4934501 or 10204340. OLE color: 10204340.

HSL color Cylindrical-coordinate representation of color #B4B49B: hue angle of 60º 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 #B4B49B is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180180155-
CMYK000.140.29
HSL60º14.29%65.69%-
HSV(B)60º13.89%70.59%-
XYZ41.0644.7137.48-
YUV177.15115.5130.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=34.95%
G=34.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180155000.140.296014.2965.69
HexB4B49B00E1D3ce42
Octal2642642330016357416102
Binary1011010010110100100110110011101110111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B49B; }

 p { color: rgb(180,180,155); }

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

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

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

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

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

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

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