#B3BAA5

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

Shades of Silver Chalice #B3BAA5

Tints of Silver Chalice #B3BAA5

Color information

#B3BAA5 (or 0xB3BAA5) is unknown color: approx Silver Chalice. HEX triplet: B3, BA and A5. RGB value is (179,186,165). Sum of RGB (Red+Green+Blue) = 179+186+165=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA5 is #4C455A. Grayscale: #B5B5B5. Windows color (decimal): -4998491 or 10861235. OLE color: 10861235.

HSL color Cylindrical-coordinate representation of color #B3BAA5: hue angle of 80º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB179186165-
CMYK0.0400.110.27
HSL80º13.21%68.82%-
HSV(B)80º11.29%72.94%-
XYZ42.9447.4242.49-
YUV181.51118.68126.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=33.77%
G=35.09%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861650.0400.110.278013.2168.82
HexB3BAA540B1B50d45
Octal26327224540133312015105
Binary1011001110111010101001011000101111011101000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAA5; }

 p { color: rgb(179,186,165); }

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

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

 a { background-color: rgb(179,186,165); }

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

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

 span { border-color: rgb(179,186,165); }

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