#B7AA9D

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

Shades of Silk #B7AA9D

Tints of Silk #B7AA9D

Color information

#B7AA9D (or 0xB7AA9D) is unknown color: approx Silk. HEX triplet: B7, AA and 9D. RGB value is (183,170,157). Sum of RGB (Red+Green+Blue) = 183+170+157=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA9D is #485562. Grayscale: #ACACAC. Windows color (decimal): -4740451 or 10332855. OLE color: 10332855.

HSL color Cylindrical-coordinate representation of color #B7AA9D: hue angle of 30º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AA9D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183170157-
CMYK00.070.140.28
HSL30º15.29%66.67%-
HSV(B)30º14.21%71.76%-
XYZ39.9941.2537.75-
YUV172.4119.31135.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=35.88%
G=33.33%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317015700.070.140.283015.2966.67
HexB7AA9D07E1C1ef43
Octal2672522350716343617103
Binary10110111101010101001110101111110111001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA9D; }

 p { color: rgb(183,170,157); }

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

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

 a { background-color: rgb(183,170,157); }

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

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

 span { border-color: rgb(183,170,157); }

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