Shades of Silk #B4A498
Tints of Silk #B4A498
RGB
CMYK
RGB Variations
Color information
#B4A498 (or 0xB4A498) is known color: Silk. HEX triplet: B4, A4 and 98. RGB value is (180,164,152). Sum of RGB (Red+Green+Blue) = 180+164+152=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A498 is #4B5B67. Grayscale: #A7A7A7. Windows color (decimal): -4938600 or 10003636. OLE color: 10003636.
HSL color Cylindrical-coordinate representation of color #B4A498: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A498 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 152 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.29 |
| HSL | 25.71º | 0.16% | 0.65% | - |
| HSV(B) | 25.71º | 0.16% | 0.71% | - |
| XYZ | 37.77 | 38.52 | 35.15 | - |
| YUV | 167.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 152 | 0 | 0.09 | 0.16 | 0.29 | 25.71 | 0.16 | 0.65 |
| Hex | B4 | A4 | 98 | 0 | 9 | 10 | 1D | 1A | 10 | 41 |
| Octal | 264 | 244 | 230 | 0 | 11 | 20 | 35 | 32 | 20 | 101 |
| Binary | 10110100 | 10100100 | 10011000 | 0 | 1001 | 10000 | 11101 | 11010 | 10000 | 1000001 |
Color Harmonies of #B4A498
Complementary color
Monochromatic Colors of #B4A498
Black with #B4A498
Text Example
Text Example
White with #B4A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A498; }
p { color: rgb(180,164,152); }
H1.HeaderClassName
{
color: #B4A498;
}
.AnyTagClassName
{
color: #B4A498;
}
</style>
background-color css
<style>
a { background-color: #B4A498; }
a { background-color: rgb(180,164,152); }
div.DivClassName
{
background-color: #B4A498;
}
.BgClassName
{
background-color: #B4A498;
}
</style>
border-color css
<style>
span { border-color: #B4A498; }
span { border-color: rgb(180,164,152); }
td.TdClassName
{
border-color: #B4A498;
}
.TagClassName
{
border-color: #B4A498;
}
</style>