#B4B2A3

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

Shades of Tana #B4B2A3

Tints of Tana #B4B2A3

Color information

#B4B2A3 (or 0xB4B2A3) is unknown color: approx Tana. HEX triplet: B4, B2 and A3. RGB value is (180,178,163). Sum of RGB (Red+Green+Blue) = 180+178+163=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2A3 is #4B4D5C. Grayscale: #B0B0B0. Windows color (decimal): -4935005 or 10728116. OLE color: 10728116.

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

Color convert

RGB180178163-
CMYK00.010.090.29
HSL52.94º10.18%67.25%-
HSV(B)52.94º9.44%70.59%-
XYZ41.3544.1941-
YUV176.89120.16130.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=34.55%
G=34.17%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017816300.010.090.2952.9410.1867.25
HexB4B2A30191D35a43
Octal2642622430111356512103
Binary1011010010110010101000110110011110111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2A3; }

 p { color: rgb(180,178,163); }

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

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

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

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

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

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

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