Shades of Silver Chalice #B0B6A3
Tints of Silver Chalice #B0B6A3
RGB
CMYK
RGB Variations
Color information
#B0B6A3 (or 0xB0B6A3) is known color: 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
| RGB | 176 | 182 | 163 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.29 |
| HSL | 78.95º | 0.12% | 0.68% | - |
| HSV(B) | 78.95º | 0.1% | 0.71% | - |
| XYZ | 41.24 | 45.33 | 41.23 | - |
| YUV | 178.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 163 | 0.03 | 0 | 0.10 | 0.29 | 78.95 | 0.12 | 0.68 |
| Hex | B0 | B6 | A3 | 3 | 0 | A | 1D | 4F | C | 44 |
| Octal | 260 | 266 | 243 | 3 | 0 | 12 | 35 | 117 | 14 | 104 |
| Binary | 10110000 | 10110110 | 10100011 | 11 | 0 | 1010 | 11101 | 1001111 | 1100 | 1000100 |
Color Harmonies of #B0B6A3
Complementary color
Monochromatic Colors of #B0B6A3
Black with #B0B6A3
Text Example
Text Example
White with #B0B6A3
Text Example
Text Example
HTML Codes & Css Web 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>