#B6738B

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

Shades of Tapestry #B6738B

Tints of Tapestry #B6738B

Color information

#B6738B (or 0xB6738B) is unknown color: approx Tapestry. HEX triplet: B6, 73 and 8B. RGB value is (182,115,139). Sum of RGB (Red+Green+Blue) = 182+115+139=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6738B is #498C74. Grayscale: #898989. Windows color (decimal): -4820085 or 9139126. OLE color: 9139126.

HSL color Cylindrical-coordinate representation of color #B6738B: hue angle of 338.51º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6738B is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182115139-
CMYK00.370.240.29
HSL338.51º31.46%58.24%-
HSV(B)338.51º36.81%71.37%-
XYZ30.0824.0727.49-
YUV137.77128.7159.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=41.74%
G=26.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211513900.370.240.29338.5131.4658.24
HexB6738B025181D1531f3a
Octal26616321304530355233772
Binary101101101110011100010110100101110001110110101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6738B; }

 p { color: rgb(182,115,139); }

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

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

 a { background-color: rgb(182,115,139); }

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

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

 span { border-color: rgb(182,115,139); }

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