Shades of Silver Chalice #B1B7A4
Tints of Silver Chalice #B1B7A4
RGB
CMYK
RGB Variations
Color information
#B1B7A4 (or 0xB1B7A4) is known color: Silver Chalice. HEX triplet: B1, B7 and A4. RGB value is (177,183,164). Sum of RGB (Red+Green+Blue) = 177+183+164=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B7A4 is #4E485B. Grayscale: #B3B3B3. Windows color (decimal): -5130332 or 10794929. OLE color: 10794929.
HSL color Cylindrical-coordinate representation of color #B1B7A4: hue angle of 78.95º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1B7A4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 164 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.28 |
| HSL | 78.95º | 0.12% | 0.68% | - |
| HSV(B) | 78.95º | 0.1% | 0.72% | - |
| XYZ | 41.77 | 45.89 | 41.78 | - |
| YUV | 179.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 164 | 0.03 | 0 | 0.10 | 0.28 | 78.95 | 0.12 | 0.68 |
| Hex | B1 | B7 | A4 | 3 | 0 | A | 1C | 4F | C | 44 |
| Octal | 261 | 267 | 244 | 3 | 0 | 12 | 34 | 117 | 14 | 104 |
| Binary | 10110001 | 10110111 | 10100100 | 11 | 0 | 1010 | 11100 | 1001111 | 1100 | 1000100 |
Color Harmonies of #B1B7A4
Complementary color
Monochromatic Colors of #B1B7A4
Black with #B1B7A4
Text Example
Text Example
White with #B1B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7A4; }
p { color: rgb(177,183,164); }
H1.HeaderClassName
{
color: #B1B7A4;
}
.AnyTagClassName
{
color: #B1B7A4;
}
</style>
background-color css
<style>
a { background-color: #B1B7A4; }
a { background-color: rgb(177,183,164); }
div.DivClassName
{
background-color: #B1B7A4;
}
.BgClassName
{
background-color: #B1B7A4;
}
</style>
border-color css
<style>
span { border-color: #B1B7A4; }
span { border-color: rgb(177,183,164); }
td.TdClassName
{
border-color: #B1B7A4;
}
.TagClassName
{
border-color: #B1B7A4;
}
</style>