#B8A99D

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

Shades of Silk #B8A99D

Tints of Silk #B8A99D

Color information

#B8A99D (or 0xB8A99D) is unknown color: approx Silk. HEX triplet: B8, A9 and 9D. RGB value is (184,169,157). Sum of RGB (Red+Green+Blue) = 184+169+157=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99D is #475662. Grayscale: #ACACAC. Windows color (decimal): -4675171 or 10332600. OLE color: 10332600.

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

Color convert

RGB184169157-
CMYK00.080.150.28
HSL26.67º15.98%66.86%-
HSV(B)26.67º14.67%72.16%-
XYZ40.044137.7-
YUV172.12119.47136.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=36.08%
G=33.14%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416915700.080.150.2826.6715.9866.86
HexB8A99D08F1C1b1043
Octal27025123501017343320103
Binary1011100010101001100111010100011111110011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A99D; }

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

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

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

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

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

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

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

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