#B8A99C

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

Shades of Silk #B8A99C

Tints of Silk #B8A99C

Color information

#B8A99C (or 0xB8A99C) is unknown color: approx Silk. HEX triplet: B8, A9 and 9C. RGB value is (184,169,156). Sum of RGB (Red+Green+Blue) = 184+169+156=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99C is #475663. Grayscale: #ACACAC. Windows color (decimal): -4675172 or 10267064. OLE color: 10267064.

HSL color Cylindrical-coordinate representation of color #B8A99C: hue angle of 27.86º 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 #B8A99C is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184169156-
CMYK00.080.150.28
HSL27.86º16.47%66.67%-
HSV(B)27.86º15.22%72.16%-
XYZ39.9640.9737.25-
YUV172118.97136.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=36.15%
G=33.20%
B=30.65%

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
Decimal18416915600.080.150.2827.8616.4766.67
HexB8A99C08F1C1c1043
Octal27025123401017343420103
Binary1011100010101001100111000100011111110011100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A99C; }

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

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

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

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

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

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

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

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