#B6A99E

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

Shades of Silk #B6A99E

Tints of Silk #B6A99E

Color information

#B6A99E (or 0xB6A99E) is unknown color: approx Silk. HEX triplet: B6, A9 and 9E. RGB value is (182,169,158). Sum of RGB (Red+Green+Blue) = 182+169+158=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A99E is #495661. Grayscale: #ABABAB. Windows color (decimal): -4806242 or 10398134. OLE color: 10398134.

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

Color convert

RGB182169158-
CMYK00.070.130.29
HSL27.5º14.12%66.67%-
HSV(B)27.5º13.19%71.37%-
XYZ39.6540.7938.13-
YUV171.63120.31135.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=35.76%
G=33.20%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216915800.070.130.2927.514.1266.67
HexB6A99E07D1D1ce43
Octal2662512360715353416103
Binary10110110101010011001111001111101111011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A99E; }

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

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

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

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

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

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

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

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