#B8AA9A

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

Shades of Silk #B8AA9A

Tints of Silk #B8AA9A

Color information

#B8AA9A (or 0xB8AA9A) is unknown color: approx Silk. HEX triplet: B8, AA and 9A. RGB value is (184,170,154). Sum of RGB (Red+Green+Blue) = 184+170+154=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA9A is #475565. Grayscale: #ACACAC. Windows color (decimal): -4674918 or 10136248. OLE color: 10136248.

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

Color convert

RGB184170154-
CMYK00.080.160.28
HSL32º17.44%66.27%-
HSV(B)32º16.3%72.16%-
XYZ39.9741.2736.43-
YUV172.36117.64136.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=36.22%
G=33.46%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417015400.080.160.283217.4466.27
HexB8AA9A08101C201142
Octal27025223201020344021102
Binary101110001010101010011010010001000011100100000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA9A; }

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

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

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

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

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

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

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

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