Shades of Silk #B4A59B
Tints of Silk #B4A59B
RGB
CMYK
RGB Variations
Color information
#B4A59B (or 0xB4A59B) is known color: Silk. HEX triplet: B4, A5 and 9B. RGB value is (180,165,155). Sum of RGB (Red+Green+Blue) = 180+165+155=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A59B is #4B5A64. Grayscale: #A8A8A8. Windows color (decimal): -4938341 or 10200500. OLE color: 10200500.
HSL color Cylindrical-coordinate representation of color #B4A59B: hue angle of 24º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4A59B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 155 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.29 |
| HSL | 24º | 0.14% | 0.66% | - |
| HSV(B) | 24º | 0.14% | 0.71% | - |
| XYZ | 38.19 | 38.98 | 36.52 | - |
| YUV | 168.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 155 | 0 | 0.08 | 0.14 | 0.29 | 24 | 0.14 | 0.66 |
| Hex | B4 | A5 | 9B | 0 | 8 | E | 1D | 18 | E | 42 |
| Octal | 264 | 245 | 233 | 0 | 10 | 16 | 35 | 30 | 16 | 102 |
| Binary | 10110100 | 10100101 | 10011011 | 0 | 1000 | 1110 | 11101 | 11000 | 1110 | 1000010 |
Color Harmonies of #B4A59B
Complementary color
Monochromatic Colors of #B4A59B
Black with #B4A59B
Text Example
Text Example
White with #B4A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A59B; }
p { color: rgb(180,165,155); }
H1.HeaderClassName
{
color: #B4A59B;
}
.AnyTagClassName
{
color: #B4A59B;
}
</style>
background-color css
<style>
a { background-color: #B4A59B; }
a { background-color: rgb(180,165,155); }
div.DivClassName
{
background-color: #B4A59B;
}
.BgClassName
{
background-color: #B4A59B;
}
</style>
border-color css
<style>
span { border-color: #B4A59B; }
span { border-color: rgb(180,165,155); }
td.TdClassName
{
border-color: #B4A59B;
}
.TagClassName
{
border-color: #B4A59B;
}
</style>