#B6A99C

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

Shades of Silk #B6A99C

Tints of Silk #B6A99C

Color information

#B6A99C (or 0xB6A99C) is unknown color: approx Silk. HEX triplet: B6, A9 and 9C. RGB value is (182,169,156). Sum of RGB (Red+Green+Blue) = 182+169+156=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A99C is #495663. Grayscale: #ABABAB. Windows color (decimal): -4806244 or 10267062. OLE color: 10267062.

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

Color convert

RGB182169156-
CMYK00.070.140.29
HSL30º15.12%66.27%-
HSV(B)30º14.29%71.37%-
XYZ39.4840.7237.23-
YUV171.4119.31135.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=35.90%
G=33.33%
B=30.77%

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
Decimal18216915600.070.140.293015.1266.27
HexB6A99C07E1D1ef42
Octal2662512340716353617102
Binary10110110101010011001110001111110111011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A99C; }

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

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

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

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

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

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

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

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