#B8AFA4

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

Shades of Silk #B8AFA4

Tints of Silk #B8AFA4

Color information

#B8AFA4 (or 0xB8AFA4) is unknown color: approx Silk. HEX triplet: B8, AF and A4. RGB value is (184,175,164). Sum of RGB (Red+Green+Blue) = 184+175+164=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFA4 is #47505B. Grayscale: #B0B0B0. Windows color (decimal): -4673628 or 10792888. OLE color: 10792888.

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

Color convert

RGB184175164-
CMYK00.050.110.28
HSL33º12.35%68.24%-
HSV(B)33º10.87%72.16%-
XYZ41.843.5341.32-
YUV176.44120.98133.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=35.18%
G=33.46%
B=31.36%

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
Decimal18417516400.050.110.283312.3568.24
HexB8AFA405B1C21c44
Octal2702572440513344114104
Binary101110001010111110100100010110111110010000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFA4; }

 p { color: rgb(184,175,164); }

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

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

 a { background-color: rgb(184,175,164); }

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

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

 span { border-color: rgb(184,175,164); }

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