#B7A99F

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

Shades of Silk #B7A99F

Tints of Silk #B7A99F

Color information

#B7A99F (or 0xB7A99F) is unknown color: approx Silk. HEX triplet: B7, A9 and 9F. RGB value is (183,169,159). Sum of RGB (Red+Green+Blue) = 183+169+159=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A99F is #485660. Grayscale: #ACACAC. Windows color (decimal): -4740705 or 10463671. OLE color: 10463671.

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

Color convert

RGB183169159-
CMYK00.080.130.28
HSL25º14.29%67.06%-
HSV(B)25º13.11%71.76%-
XYZ39.9740.9538.6-
YUV172.05120.64135.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=35.81%
G=33.07%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316915900.080.130.282514.2967.06
HexB7A99F08D1C19e43
Octal26725123701015343116103
Binary101101111010100110011111010001101111001100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A99F; }

 p { color: rgb(183,169,159); }

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

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

 a { background-color: rgb(183,169,159); }

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

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

 span { border-color: rgb(183,169,159); }

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