#B3B0A3

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

Shades of Tana #B3B0A3

Tints of Tana #B3B0A3

Color information

#B3B0A3 (or 0xB3B0A3) is unknown color: approx Tana. HEX triplet: B3, B0 and A3. RGB value is (179,176,163). Sum of RGB (Red+Green+Blue) = 179+176+163=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0A3 is #4C4F5C. Grayscale: #AFAFAF. Windows color (decimal): -5001053 or 10727603. OLE color: 10727603.

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

Color convert

RGB179176163-
CMYK00.020.090.30
HSL48.75º9.52%67.06%-
HSV(B)48.75º8.94%70.2%-
XYZ40.7343.2840.86-
YUV175.42120.99130.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 163 (64.06% from 255) = 31.47%
R=34.56%
G=33.98%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917616300.020.090.3048.759.5267.06
HexB3B0A30291E31a43
Octal2632602430211366112103
Binary10110011101100001010001101010011111011000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0A3; }

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

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

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

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

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

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

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

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