#B6A596

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

Shades of Silk #B6A596

Tints of Silk #B6A596

Color information

#B6A596 (or 0xB6A596) is unknown color: approx Silk. HEX triplet: B6, A5 and 96. RGB value is (182,165,150). Sum of RGB (Red+Green+Blue) = 182+165+150=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A596 is #495A69. Grayscale: #A8A8A8. Windows color (decimal): -4807274 or 9872822. OLE color: 9872822.

HSL color Cylindrical-coordinate representation of color #B6A596: hue angle of 28.13º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6A596 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182165150-
CMYK00.090.180.29
HSL28.13º17.98%65.1%-
HSV(B)28.13º17.58%71.37%-
XYZ38.2539.0634.38-
YUV168.37117.63137.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=36.62%
G=33.20%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216515000.090.180.2928.1317.9865.1
HexB6A59609121D1c1241
Octal26624522601122353422101
Binary10110110101001011001011001001100101110111100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A596; }

 p { color: rgb(182,165,150); }

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

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

 a { background-color: rgb(182,165,150); }

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

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

 span { border-color: rgb(182,165,150); }

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