#B4B49D

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

Shades of Tana #B4B49D

Tints of Tana #B4B49D

Color information

#B4B49D (or 0xB4B49D) is unknown color: approx Tana. HEX triplet: B4, B4 and 9D. RGB value is (180,180,157). Sum of RGB (Red+Green+Blue) = 180+180+157=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B49D is #4B4B62. Grayscale: #B1B1B1. Windows color (decimal): -4934499 or 10335412. OLE color: 10335412.

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

Color convert

RGB180180157-
CMYK000.130.29
HSL60º13.29%66.08%-
HSV(B)60º12.78%70.59%-
XYZ41.2344.7838.37-
YUV177.38116.5129.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=34.82%
G=34.82%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180157000.130.296013.2966.08
HexB4B49D00D1D3cd42
Octal2642642350015357415102
Binary1011010010110100100111010011011110111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B49D; }

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

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

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

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

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

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

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

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