#B8A697

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

Shades of Silk #B8A697

Tints of Silk #B8A697

Color information

#B8A697 (or 0xB8A697) is unknown color: approx Silk. HEX triplet: B8, A6 and 97. RGB value is (184,166,151). Sum of RGB (Red+Green+Blue) = 184+166+151=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A697 is #475968. Grayscale: #A9A9A9. Windows color (decimal): -4675945 or 9938616. OLE color: 9938616.

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

Color convert

RGB184166151-
CMYK00.100.180.28
HSL27.27º18.86%65.69%-
HSV(B)27.27º17.93%72.16%-
XYZ38.9939.734.89-
YUV169.67117.46138.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=36.73%
G=33.13%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416615100.100.180.2827.2718.8665.69
HexB8A6970A121C1b1342
Octal27024622701222343323102
Binary10111000101001101001011101010100101110011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A697; }

 p { color: rgb(184,166,151); }

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

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

 a { background-color: rgb(184,166,151); }

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

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

 span { border-color: rgb(184,166,151); }

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