#B3B6AC

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

Shades of Silver Chalice #B3B6AC

Tints of Silver Chalice #B3B6AC

Color information

#B3B6AC (or 0xB3B6AC) is unknown color: approx Silver Chalice. HEX triplet: B3, B6 and AC. RGB value is (179,182,172). Sum of RGB (Red+Green+Blue) = 179+182+172=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B6AC is #4C4953. Grayscale: #B4B4B4. Windows color (decimal): -4999508 or 11318963. OLE color: 11318963.

HSL color Cylindrical-coordinate representation of color #B3B6AC: hue angle of 78º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3B6AC is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB179182172-
CMYK0.0200.050.29
HSL78º6.41%69.41%-
HSV(B)78º5.49%71.37%-
XYZ42.7646.0245.66-
YUV179.96123.51127.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=33.58%
G=34.15%
B=32.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791821720.0200.050.29786.4169.41
HexB3B6AC2051D4e645
Octal263266254205351166105
Binary1011001110110110101011001001011110110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6AC; }

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

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

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

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

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

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

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

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