#B4A99F

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

Shades of Silk #B4A99F

Tints of Silk #B4A99F

Color information

#B4A99F (or 0xB4A99F) is unknown color: approx Silk. HEX triplet: B4, A9 and 9F. RGB value is (180,169,159). Sum of RGB (Red+Green+Blue) = 180+169+159=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99F is #4B5660. Grayscale: #ABABAB. Windows color (decimal): -4937313 or 10463668. OLE color: 10463668.

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

Color convert

RGB180169159-
CMYK00.060.120.29
HSL28.57º12.28%66.47%-
HSV(B)28.57º11.67%70.59%-
XYZ39.2740.5838.56-
YUV171.15121.14134.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=35.43%
G=33.27%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915900.060.120.2928.5712.2866.47
HexB4A99F06C1D1dc42
Octal2642512370614353514102
Binary10110100101010011001111101101100111011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99F; }

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

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

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

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

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

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

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

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