#B4BAA6

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

Shades of Silver Chalice #B4BAA6

Tints of Silver Chalice #B4BAA6

Color information

#B4BAA6 (or 0xB4BAA6) is unknown color: approx Silver Chalice. HEX triplet: B4, BA and A6. RGB value is (180,186,166). Sum of RGB (Red+Green+Blue) = 180+186+166=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAA6 is #4B4559. Grayscale: #B6B6B6. Windows color (decimal): -4932954 or 10926772. OLE color: 10926772.

HSL color Cylindrical-coordinate representation of color #B4BAA6: hue angle of 78º 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 #B4BAA6 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB180186166-
CMYK0.0300.110.27
HSL78º12.66%69.02%-
HSV(B)78º10.75%72.94%-
XYZ43.2647.5742.98-
YUV181.93119.01126.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=33.83%
G=34.96%
B=31.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861660.0300.110.277812.6669.02
HexB4BAA630B1B4ed45
Octal26427224630133311615105
Binary101101001011101010100110110101111011100111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAA6; }

 p { color: rgb(180,186,166); }

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

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

 a { background-color: rgb(180,186,166); }

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

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

 span { border-color: rgb(180,186,166); }

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