#B3B6AD

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

Shades of Silver Chalice #B3B6AD

Tints of Silver Chalice #B3B6AD

Color information

#B3B6AD (or 0xB3B6AD) is unknown color: approx Silver Chalice. HEX triplet: B3, B6 and AD. RGB value is (179,182,173). Sum of RGB (Red+Green+Blue) = 179+182+173=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B6AD is #4C4952. Grayscale: #B4B4B4. Windows color (decimal): -4999507 or 11384499. OLE color: 11384499.

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

Color convert

RGB179182173-
CMYK0.0200.050.29
HSL80º5.81%69.61%-
HSV(B)80º4.95%71.37%-
XYZ42.8646.0646.17-
YUV180.08124.01127.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=33.52%
G=34.08%
B=32.40%

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
Decimal1791821730.0200.050.29805.8169.61
HexB3B6AD2051D50646
Octal263266255205351206106
Binary1011001110110110101011011001011110110100001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6AD; }

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

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

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

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

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

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

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

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