#B6A394

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

Shades of Silk #B6A394

Tints of Silk #B6A394

Color information

#B6A394 (or 0xB6A394) is unknown color: approx Silk. HEX triplet: B6, A3 and 94. RGB value is (182,163,148). Sum of RGB (Red+Green+Blue) = 182+163+148=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A394 is #495C6B. Grayscale: #A7A7A7. Windows color (decimal): -4807788 or 9741238. OLE color: 9741238.

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

Color convert

RGB182163148-
CMYK00.100.190.29
HSL26.47º18.89%64.71%-
HSV(B)26.47º18.68%71.37%-
XYZ37.7338.2833.42-
YUV166.97117.29138.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=36.92%
G=33.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216314800.100.190.2926.4718.8964.71
HexB6A3940A131D1a1341
Octal26624322401223353223101
Binary10110110101000111001010001010100111110111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A394; }

 p { color: rgb(182,163,148); }

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

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

 a { background-color: rgb(182,163,148); }

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

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

 span { border-color: rgb(182,163,148); }

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