#B0B6A3

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

Shades of Silver Chalice #B0B6A3

Tints of Silver Chalice #B0B6A3

Color information

#B0B6A3 (or 0xB0B6A3) is unknown color: approx Silver Chalice. HEX triplet: B0, B6 and A3. RGB value is (176,182,163). Sum of RGB (Red+Green+Blue) = 176+182+163=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B6A3 is #4F495C. Grayscale: #B2B2B2. Windows color (decimal): -5196125 or 10729136. OLE color: 10729136.

HSL color Cylindrical-coordinate representation of color #B0B6A3: hue angle of 78.95º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0B6A3 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB176182163-
CMYK0.0300.100.29
HSL78.95º11.52%67.65%-
HSV(B)78.95º10.44%71.37%-
XYZ41.2445.3341.23-
YUV178.04119.51126.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=33.78%
G=34.93%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821630.0300.100.2978.9511.5267.65
HexB0B6A330A1D4fc44
Octal26026624330123511714104
Binary101100001011011010100011110101011101100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6A3; }

 p { color: rgb(176,182,163); }

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

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

 a { background-color: rgb(176,182,163); }

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

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

 span { border-color: rgb(176,182,163); }

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