#B7A99D

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

Shades of Silk #B7A99D

Tints of Silk #B7A99D

Color information

#B7A99D (or 0xB7A99D) is unknown color: approx Silk. HEX triplet: B7, A9 and 9D. RGB value is (183,169,157). Sum of RGB (Red+Green+Blue) = 183+169+157=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A99D is #485662. Grayscale: #ABABAB. Windows color (decimal): -4740707 or 10332599. OLE color: 10332599.

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

Color convert

RGB183169157-
CMYK00.080.140.28
HSL27.69º15.29%66.67%-
HSV(B)27.69º14.21%71.76%-
XYZ39.840.8837.69-
YUV171.82119.64135.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=35.95%
G=33.20%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316915700.080.140.2827.6915.2966.67
HexB7A99D08E1C1cf43
Octal26725123501016343417103
Binary101101111010100110011101010001110111001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A99D; }

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

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

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

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

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

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

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

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