#B38392

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

Shades of Tapestry #B38392

Tints of Tapestry #B38392

Color information

#B38392 (or 0xB38392) is unknown color: approx Tapestry. HEX triplet: B3, 83 and 92. RGB value is (179,131,146). Sum of RGB (Red+Green+Blue) = 179+131+146=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38392 is #4C7C6D. Grayscale: #939393. Windows color (decimal): -5012590 or 9601971. OLE color: 9601971.

HSL color Cylindrical-coordinate representation of color #B38392: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38392 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179131146-
CMYK00.270.180.30
HSL341.25º24%60.78%-
HSV(B)341.25º26.82%70.2%-
XYZ31.927.8930.9-
YUV147.06127.4150.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=39.25%
G=28.73%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913114600.270.180.30341.252460.78
HexB3839201B121E155183d
Octal26320322203322365253075
Binary101100111000001110010010011011100101111010101010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38392; }

 p { color: rgb(179,131,146); }

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

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

 a { background-color: rgb(179,131,146); }

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

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

 span { border-color: rgb(179,131,146); }

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