#B5B59A

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

Shades of Tana #B5B59A

Tints of Tana #B5B59A

Color information

#B5B59A (or 0xB5B59A) is unknown color: approx Tana. HEX triplet: B5, B5 and 9A. RGB value is (181,181,154). Sum of RGB (Red+Green+Blue) = 181+181+154=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B59A is #4A4A65. Grayscale: #B2B2B2. Windows color (decimal): -4868710 or 10139061. OLE color: 10139061.

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

Color convert

RGB181181154-
CMYK000.150.29
HSL60º15.43%65.69%-
HSV(B)60º14.92%70.98%-
XYZ41.4145.237.11-
YUV177.92114.5130.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=35.08%
G=35.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181181154000.150.296015.4365.69
HexB5B59A00F1D3cf42
Octal2652652320017357417102
Binary1011010110110101100110100011111110111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B59A; }

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

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

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

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

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

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

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

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