#B8A99F

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

Shades of Silk #B8A99F

Tints of Silk #B8A99F

Color information

#B8A99F (or 0xB8A99F) is unknown color: approx Silk. HEX triplet: B8, A9 and 9F. RGB value is (184,169,159). Sum of RGB (Red+Green+Blue) = 184+169+159=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99F is #475660. Grayscale: #ACACAC. Windows color (decimal): -4675169 or 10463672. OLE color: 10463672.

HSL color Cylindrical-coordinate representation of color #B8A99F: hue angle of 24º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8A99F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184169159-
CMYK00.080.140.28
HSL24º14.97%67.25%-
HSV(B)24º13.59%72.16%-
XYZ40.2141.0738.61-
YUV172.34120.47136.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=35.94%
G=33.01%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416915900.080.140.282414.9767.25
HexB8A99F08E1C18f43
Octal27025123701016343017103
Binary101110001010100110011111010001110111001100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A99F; }

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

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

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

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

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

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

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

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