Shades of Silk #B4A59A
Tints of Silk #B4A59A
RGB
CMYK
RGB Variations
Color information
#B4A59A (or 0xB4A59A) is known color: Silk. HEX triplet: B4, A5 and 9A. RGB value is (180,165,154). Sum of RGB (Red+Green+Blue) = 180+165+154=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A59A is #4B5A65. Grayscale: #A8A8A8. Windows color (decimal): -4938342 or 10134964. OLE color: 10134964.
HSL color Cylindrical-coordinate representation of color #B4A59A: hue angle of 25.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4A59A is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 154 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.29 |
| HSL | 25.38º | 0.15% | 0.65% | - |
| HSV(B) | 25.38º | 0.14% | 0.71% | - |
| XYZ | 38.11 | 38.95 | 36.08 | - |
| YUV | 168.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 154 | 0 | 0.08 | 0.14 | 0.29 | 25.38 | 0.15 | 0.65 |
| Hex | B4 | A5 | 9A | 0 | 8 | E | 1D | 19 | F | 41 |
| Octal | 264 | 245 | 232 | 0 | 10 | 16 | 35 | 31 | 17 | 101 |
| Binary | 10110100 | 10100101 | 10011010 | 0 | 1000 | 1110 | 11101 | 11001 | 1111 | 1000001 |
Color Harmonies of #B4A59A
Complementary color
Monochromatic Colors of #B4A59A
Black with #B4A59A
Text Example
Text Example
White with #B4A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A59A; }
p { color: rgb(180,165,154); }
H1.HeaderClassName
{
color: #B4A59A;
}
.AnyTagClassName
{
color: #B4A59A;
}
</style>
background-color css
<style>
a { background-color: #B4A59A; }
a { background-color: rgb(180,165,154); }
div.DivClassName
{
background-color: #B4A59A;
}
.BgClassName
{
background-color: #B4A59A;
}
</style>
border-color css
<style>
span { border-color: #B4A59A; }
span { border-color: rgb(180,165,154); }
td.TdClassName
{
border-color: #B4A59A;
}
.TagClassName
{
border-color: #B4A59A;
}
</style>