#B8AAA1

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

Shades of Silk #B8AAA1

Tints of Silk #B8AAA1

Color information

#B8AAA1 (or 0xB8AAA1) is unknown color: approx Silk. HEX triplet: B8, AA and A1. RGB value is (184,170,161). Sum of RGB (Red+Green+Blue) = 184+170+161=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA1 is #47555E. Grayscale: #ADADAD. Windows color (decimal): -4674911 or 10595000. OLE color: 10595000.

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

Color convert

RGB184170161-
CMYK00.080.120.28
HSL23.48º13.94%67.65%-
HSV(B)23.48º12.5%72.16%-
XYZ40.5741.5139.59-
YUV173.16121.14135.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=35.73%
G=33.01%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417016100.080.120.2823.4813.9467.65
HexB8AAA108C1C17e44
Octal27025224101014342716104
Binary101110001010101010100001010001100111001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAA1; }

 p { color: rgb(184,170,161); }

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

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

 a { background-color: rgb(184,170,161); }

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

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

 span { border-color: rgb(184,170,161); }

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