#B4B0A3

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

Shades of Tana #B4B0A3

Tints of Tana #B4B0A3

Color information

#B4B0A3 (or 0xB4B0A3) is unknown color: approx Tana. HEX triplet: B4, B0 and A3. RGB value is (180,176,163). Sum of RGB (Red+Green+Blue) = 180+176+163=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0A3 is #4B4F5C. Grayscale: #AFAFAF. Windows color (decimal): -4935517 or 10727604. OLE color: 10727604.

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

Color convert

RGB180176163-
CMYK00.020.090.29
HSL45.88º10.18%67.25%-
HSV(B)45.88º9.44%70.59%-
XYZ40.9643.440.87-
YUV175.71120.83131.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=34.68%
G=33.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017616300.020.090.2945.8810.1867.25
HexB4B0A30291D2ea43
Octal2642602430211355612103
Binary10110100101100001010001101010011110110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0A3; }

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

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

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

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

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

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

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

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