#B4B8AD

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

Shades of Silver Chalice #B4B8AD

Tints of Silver Chalice #B4B8AD

Color information

#B4B8AD (or 0xB4B8AD) is unknown color: approx Silver Chalice. HEX triplet: B4, B8 and AD. RGB value is (180,184,173). Sum of RGB (Red+Green+Blue) = 180+184+173=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B8AD is #4B4752. Grayscale: #B5B5B5. Windows color (decimal): -4933459 or 11385012. OLE color: 11385012.

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

Color convert

RGB180184173-
CMYK0.0200.060.28
HSL81.82º7.19%70%-
HSV(B)81.82º5.98%72.16%-
XYZ43.514746.31-
YUV181.55123.17126.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=33.52%
G=34.26%
B=32.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801841730.0200.060.2881.827.1970
HexB4B8AD2061C52746
Octal264270255206341227106
Binary1011010010111000101011011001101110010100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8AD; }

 p { color: rgb(180,184,173); }

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

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

 a { background-color: rgb(180,184,173); }

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

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

 span { border-color: rgb(180,184,173); }

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