#B8AEA3

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

Shades of Silk #B8AEA3

Tints of Silk #B8AEA3

Color information

#B8AEA3 (or 0xB8AEA3) is unknown color: approx Silk. HEX triplet: B8, AE and A3. RGB value is (184,174,163). Sum of RGB (Red+Green+Blue) = 184+174+163=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEA3 is #47515C. Grayscale: #AFAFAF. Windows color (decimal): -4673885 or 10727096. OLE color: 10727096.

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

Color convert

RGB184174163-
CMYK00.050.110.28
HSL31.43º12.88%68.04%-
HSV(B)31.43º11.41%72.16%-
XYZ41.5143.1140.78-
YUV175.74120.81133.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=35.32%
G=33.40%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417416300.050.110.2831.4312.8868.04
HexB8AEA305B1C1fd44
Octal2702562430513343715104
Binary10111000101011101010001101011011111001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEA3; }

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

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

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

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

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

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

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

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