Shades of Silver Chalice #B4B9A8
Tints of Silver Chalice #B4B9A8
RGB
CMYK
RGB Variations
Color information
#B4B9A8 (or 0xB4B9A8) is known color: Silver Chalice. HEX triplet: B4, B9 and A8. RGB value is (180,185,168). Sum of RGB (Red+Green+Blue) = 180+185+168=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B9A8 is #4B4657. Grayscale: #B5B5B5. Windows color (decimal): -4933208 or 11057588. OLE color: 11057588.
HSL color Cylindrical-coordinate representation of color #B4B9A8: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4B9A8 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 180 | 185 | 168 | - |
CMYK | 0.03 | 0 | 0.09 | 0.27 |
HSL | 77.65º | 0.11% | 0.69% | - |
HSV(B) | 77.65º | 0.09% | 0.73% | - |
XYZ | 43.24 | 47.23 | 43.88 | - |
YUV | 181.57 | 120.34 | 126.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 185 | 168 | 0.03 | 0 | 0.09 | 0.27 | 77.65 | 0.11 | 0.69 |
Hex | B4 | B9 | A8 | 3 | 0 | 9 | 1B | 4E | B | 45 |
Octal | 264 | 271 | 250 | 3 | 0 | 11 | 33 | 116 | 13 | 105 |
Binary | 10110100 | 10111001 | 10101000 | 11 | 0 | 1001 | 11011 | 1001110 | 1011 | 1000101 |
Color Harmonies of #B4B9A8
Complementary color
Monochromatic Colors of #B4B9A8
Black with #B4B9A8
Text Example
Text Example
White with #B4B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B9A8; }
p { color: rgb(180,185,168); }
H1.HeaderClassName
{
color: #B4B9A8;
}
.AnyTagClassName
{
color: #B4B9A8;
}
</style>
background-color css
<style>
a { background-color: #B4B9A8; }
a { background-color: rgb(180,185,168); }
div.DivClassName
{
background-color: #B4B9A8;
}
.BgClassName
{
background-color: #B4B9A8;
}
</style>
border-color css
<style>
span { border-color: #B4B9A8; }
span { border-color: rgb(180,185,168); }
td.TdClassName
{
border-color: #B4B9A8;
}
.TagClassName
{
border-color: #B4B9A8;
}
</style>