#B4A9A1

Color #B4A9A1 Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #B4A9A1

Tints of Silk #B4A9A1

Color information

#B4A9A1 (or 0xB4A9A1) is unknown color: approx Silk. HEX triplet: B4, A9 and A1. RGB value is (180,169,161). Sum of RGB (Red+Green+Blue) = 180+169+161=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9A1 is #4B565E. Grayscale: #ABABAB. Windows color (decimal): -4937311 or 10594740. OLE color: 10594740.

HSL color Cylindrical-coordinate representation of color #B4A9A1: hue angle of 25.26º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A9A1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180169161-
CMYK00.060.110.29
HSL25.26º11.24%66.86%-
HSV(B)25.26º10.56%70.59%-
XYZ39.4440.6539.49-
YUV171.38122.14134.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=35.29%
G=33.14%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016916100.060.110.2925.2611.2466.86
HexB4A9A106B1D19b43
Octal2642512410613353113103
Binary10110100101010011010000101101011111011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9A1; }

 p { color: rgb(180,169,161); }

 H1.HeaderClassName
 {
   color: #B4A9A1;
 }
 .AnyTagClassName
 {
   color: #B4A9A1;
 }
</style>
background-color css

<style>
 a { background-color: #B4A9A1; }

 a { background-color: rgb(180,169,161); }

 div.DivClassName
 {
   background-color: #B4A9A1;
 }
 .BgClassName
 {
   background-color: #B4A9A1;
 }
</style>
border-color css

<style>
 span { border-color: #B4A9A1; }

 span { border-color: rgb(180,169,161); }

 td.TdClassName
 {
   border-color: #B4A9A1;
 }
 .TagClassName
 {
   border-color: #B4A9A1;
 }
</style>