#B3B2AC

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

Shades of Tana #B3B2AC

Tints of Tana #B3B2AC

Color information

#B3B2AC (or 0xB3B2AC) is unknown color: approx Tana. HEX triplet: B3, B2 and AC. RGB value is (179,178,172). Sum of RGB (Red+Green+Blue) = 179+178+172=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B2AC is #4C4D53. Grayscale: #B1B1B1. Windows color (decimal): -5000532 or 11317939. OLE color: 11317939.

HSL color Cylindrical-coordinate representation of color #B3B2AC: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B2AC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179178172-
CMYK00.010.040.30
HSL51.43º4.4%68.82%-
HSV(B)51.43º3.91%70.2%-
XYZ41.9644.445.39-
YUV177.62124.83128.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=33.84%
G=33.65%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917817200.010.040.3051.434.468.82
HexB3B2AC0141E33445
Octal26326225401436634105
Binary10110011101100101010110001100111101100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2AC; }

 p { color: rgb(179,178,172); }

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

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

 a { background-color: rgb(179,178,172); }

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

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

 span { border-color: rgb(179,178,172); }

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