Shades of Silk #B2A59B
Tints of Silk #B2A59B
RGB
CMYK
RGB Variations
Color information
#B2A59B (or 0xB2A59B) is known color: Silk. HEX triplet: B2, A5 and 9B. RGB value is (178,165,155). Sum of RGB (Red+Green+Blue) = 178+165+155=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A59B is #4D5A64. Grayscale: #A7A7A7. Windows color (decimal): -5069413 or 10200498. OLE color: 10200498.
HSL color Cylindrical-coordinate representation of color #B2A59B: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2A59B is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 155 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.30 |
| HSL | 26.09º | 0.13% | 0.65% | - |
| HSV(B) | 26.09º | 0.13% | 0.7% | - |
| XYZ | 37.73 | 38.74 | 36.5 | - |
| YUV | 167.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 155 | 0 | 0.07 | 0.13 | 0.30 | 26.09 | 0.13 | 0.65 |
| Hex | B2 | A5 | 9B | 0 | 7 | D | 1E | 1A | D | 41 |
| Octal | 262 | 245 | 233 | 0 | 7 | 15 | 36 | 32 | 15 | 101 |
| Binary | 10110010 | 10100101 | 10011011 | 0 | 111 | 1101 | 11110 | 11010 | 1101 | 1000001 |
Color Harmonies of #B2A59B
Complementary color
Monochromatic Colors of #B2A59B
Black with #B2A59B
Text Example
Text Example
White with #B2A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A59B; }
p { color: rgb(178,165,155); }
H1.HeaderClassName
{
color: #B2A59B;
}
.AnyTagClassName
{
color: #B2A59B;
}
</style>
background-color css
<style>
a { background-color: #B2A59B; }
a { background-color: rgb(178,165,155); }
div.DivClassName
{
background-color: #B2A59B;
}
.BgClassName
{
background-color: #B2A59B;
}
</style>
border-color css
<style>
span { border-color: #B2A59B; }
span { border-color: rgb(178,165,155); }
td.TdClassName
{
border-color: #B2A59B;
}
.TagClassName
{
border-color: #B2A59B;
}
</style>