#B3B4B1

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

Shades of Silver Chalice #B3B4B1

Tints of Silver Chalice #B3B4B1

Color information

#B3B4B1 (or 0xB3B4B1) is unknown color: approx Silver Chalice. HEX triplet: B3, B4 and B1. RGB value is (179,180,177). Sum of RGB (Red+Green+Blue) = 179+180+177=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4B1 is #4C4B4E. Grayscale: #B3B3B3. Windows color (decimal): -5000015 or 11646131. OLE color: 11646131.

HSL color Cylindrical-coordinate representation of color #B3B4B1: hue angle of 80º degrees, saturation: 0.02, 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 #B3B4B1 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB179180177-
CMYK0.0100.020.29
HSL80º1.96%70%-
HSV(B)80º1.67%70.59%-
XYZ42.8545.448.1-
YUV179.36126.67127.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=33.40%
G=33.58%
B=33.02%

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
Decimal1791801770.0100.020.29801.9670
HexB3B4B11021D50246
Octal263264261102351202106
Binary1011001110110100101100011010111011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4B1; }

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

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

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

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

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

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

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

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