#B3B4B0

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

Shades of Silver Chalice #B3B4B0

Tints of Silver Chalice #B3B4B0

Color information

#B3B4B0 (or 0xB3B4B0) is unknown color: approx Silver Chalice. HEX triplet: B3, B4 and B0. RGB value is (179,180,176). Sum of RGB (Red+Green+Blue) = 179+180+176=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4B0 is #4C4B4F. Grayscale: #B3B3B3. Windows color (decimal): -5000016 or 11580595. OLE color: 11580595.

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

Color convert

RGB179180176-
CMYK0.0100.020.29
HSL75º2.6%69.8%-
HSV(B)75º2.22%70.59%-
XYZ42.7545.3647.58-
YUV179.24126.17127.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=33.46%
G=33.64%
B=32.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801760.0100.020.29752.669.8
HexB3B4B01021D4b346
Octal263264260102351133106
Binary1011001110110100101100001010111011001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4B0; }

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

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

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

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

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

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

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

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