#B3B6AF

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

Shades of Silver Chalice #B3B6AF

Tints of Silver Chalice #B3B6AF

Color information

#B3B6AF (or 0xB3B6AF) is unknown color: approx Silver Chalice. HEX triplet: B3, B6 and AF. RGB value is (179,182,175). Sum of RGB (Red+Green+Blue) = 179+182+175=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B6AF is #4C4950. Grayscale: #B4B4B4. Windows color (decimal): -4999505 or 11515571. OLE color: 11515571.

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

Color convert

RGB179182175-
CMYK0.0200.040.29
HSL85.71º4.58%70%-
HSV(B)85.71º3.85%71.37%-
XYZ43.0646.1347.19-
YUV180.3125.01127.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=33.40%
G=33.96%
B=32.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791821750.0200.040.2985.714.5870
HexB3B6AF2041D56546
Octal263266257204351265106
Binary1011001110110110101011111001001110110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6AF; }

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

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

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

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

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

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

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

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