#B6A99D

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

Shades of Silk #B6A99D

Tints of Silk #B6A99D

Color information

#B6A99D (or 0xB6A99D) is unknown color: approx Silk. HEX triplet: B6, A9 and 9D. RGB value is (182,169,157). Sum of RGB (Red+Green+Blue) = 182+169+157=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A99D is #495662. Grayscale: #ABABAB. Windows color (decimal): -4806243 or 10332598. OLE color: 10332598.

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

Color convert

RGB182169157-
CMYK00.070.140.29
HSL28.8º14.62%66.47%-
HSV(B)28.8º13.74%71.37%-
XYZ39.5740.7637.68-
YUV171.52119.81135.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=35.83%
G=33.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216915700.070.140.2928.814.6266.47
HexB6A99D07E1D1df42
Octal2662512350716353517102
Binary10110110101010011001110101111110111011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A99D; }

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

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

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

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

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

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

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

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