#B8A897

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

Shades of Silk #B8A897

Tints of Silk #B8A897

Color information

#B8A897 (or 0xB8A897) is unknown color: approx Silk. HEX triplet: B8, A8 and 97. RGB value is (184,168,151). Sum of RGB (Red+Green+Blue) = 184+168+151=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A897 is #475768. Grayscale: #AAAAAA. Windows color (decimal): -4675433 or 9939128. OLE color: 9939128.

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

Color convert

RGB184168151-
CMYK00.090.180.28
HSL30.91º18.86%65.69%-
HSV(B)30.91º17.93%72.16%-
XYZ39.3640.4335.01-
YUV170.85116.8137.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=36.58%
G=33.40%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416815100.090.180.2830.9118.8665.69
HexB8A89709121C1f1342
Octal27025022701122343723102
Binary10111000101010001001011101001100101110011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A897; }

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

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

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

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

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

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

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

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