#B8ACA3

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

Shades of Silk #B8ACA3

Tints of Silk #B8ACA3

Color information

#B8ACA3 (or 0xB8ACA3) is unknown color: approx Silk. HEX triplet: B8, AC and A3. RGB value is (184,172,163). Sum of RGB (Red+Green+Blue) = 184+172+163=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ACA3 is #47535C. Grayscale: #AEAEAE. Windows color (decimal): -4674397 or 10726584. OLE color: 10726584.

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

Color convert

RGB184172163-
CMYK00.070.110.28
HSL25.71º12.88%68.04%-
HSV(B)25.71º11.41%72.16%-
XYZ41.1342.3440.65-
YUV174.56121.48134.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=35.45%
G=33.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417216300.070.110.2825.7112.8868.04
HexB8ACA307B1C1ad44
Octal2702542430713343215104
Binary10111000101011001010001101111011111001101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACA3; }

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

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

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

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

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

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

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

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