#B5B49A

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

Shades of Tana #B5B49A

Tints of Tana #B5B49A

Color information

#B5B49A (or 0xB5B49A) is unknown color: approx Tana. HEX triplet: B5, B4 and 9A. RGB value is (181,180,154). Sum of RGB (Red+Green+Blue) = 181+180+154=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B49A is #4A4B65. Grayscale: #B1B1B1. Windows color (decimal): -4868966 or 10138805. OLE color: 10138805.

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

Color convert

RGB181180154-
CMYK00.010.150.29
HSL57.78º15.43%65.69%-
HSV(B)57.78º14.92%70.98%-
XYZ41.2144.837.05-
YUV177.34114.83130.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=35.15%
G=34.95%
B=29.90%

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
Decimal18118015400.010.150.2957.7815.4365.69
HexB5B49A01F1D3af42
Octal2652642320117357217102
Binary1011010110110100100110100111111110111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B49A; }

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

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

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

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

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

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

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

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