#B5B3A2

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

Shades of Tana #B5B3A2

Tints of Tana #B5B3A2

Color information

#B5B3A2 (or 0xB5B3A2) is unknown color: approx Tana. HEX triplet: B5, B3 and A2. RGB value is (181,179,162). Sum of RGB (Red+Green+Blue) = 181+179+162=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B3A2 is #4A4C5D. Grayscale: #B1B1B1. Windows color (decimal): -4869214 or 10662837. OLE color: 10662837.

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

Color convert

RGB181179162-
CMYK00.010.100.29
HSL53.68º11.38%67.25%-
HSV(B)53.68º10.5%70.98%-
XYZ41.744.6740.61-
YUV177.66119.16130.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=34.67%
G=34.29%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117916200.010.100.2953.6811.3867.25
HexB5B3A201A1D36b43
Octal2652632420112356613103
Binary1011010110110011101000100110101110111011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3A2; }

 p { color: rgb(181,179,162); }

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

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

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

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

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

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

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