#B5B49C

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

Shades of Tana #B5B49C

Tints of Tana #B5B49C

Color information

#B5B49C (or 0xB5B49C) is unknown color: approx Tana. HEX triplet: B5, B4 and 9C. RGB value is (181,180,156). Sum of RGB (Red+Green+Blue) = 181+180+156=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B49C is #4A4B63. Grayscale: #B1B1B1. Windows color (decimal): -4868964 or 10269877. OLE color: 10269877.

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

Color convert

RGB181180156-
CMYK00.010.140.29
HSL57.6º14.45%66.08%-
HSV(B)57.6º13.81%70.98%-
XYZ41.3844.8737.93-
YUV177.56115.83130.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=35.01%
G=34.82%
B=30.17%

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
Decimal18118015600.010.140.2957.614.4566.08
HexB5B49C01E1D3ae42
Octal2652642340116357216102
Binary1011010110110100100111000111101110111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B49C; }

 p { color: rgb(181,180,156); }

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

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

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

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

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

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

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