#B8AEA2

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

Shades of Silk #B8AEA2

Tints of Silk #B8AEA2

Color information

#B8AEA2 (or 0xB8AEA2) is unknown color: approx Silk. HEX triplet: B8, AE and A2. RGB value is (184,174,162). Sum of RGB (Red+Green+Blue) = 184+174+162=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEA2 is #47515D. Grayscale: #AFAFAF. Windows color (decimal): -4673886 or 10661560. OLE color: 10661560.

HSL color Cylindrical-coordinate representation of color #B8AEA2: hue angle of 32.73º degrees, saturation: 0.13, 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 #B8AEA2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184174162-
CMYK00.050.120.28
HSL32.73º13.41%67.84%-
HSV(B)32.73º11.96%72.16%-
XYZ41.4243.0740.31-
YUV175.62120.31133.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=35.38%
G=33.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417416200.050.120.2832.7313.4167.84
HexB8AEA205C1C21d44
Octal2702562420514344115104
Binary101110001010111010100010010111001110010000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEA2; }

 p { color: rgb(184,174,162); }

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

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

 a { background-color: rgb(184,174,162); }

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

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

 span { border-color: rgb(184,174,162); }

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