#B36782

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

Shades of Tapestry #B36782

Tints of Tapestry #B36782

Color information

#B36782 (or 0xB36782) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 82. RGB value is (179,103,130). Sum of RGB (Red+Green+Blue) = 179+103+130=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36782 is #4C987D. Grayscale: #808080. Windows color (decimal): -5019774 or 8546227. OLE color: 8546227.

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

Color convert

RGB179103130-
CMYK00.420.270.30
HSL338.68º33.33%55.29%-
HSV(B)338.68º42.46%70.2%-
XYZ27.4720.923.7-
YUV128.8128.68163.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=43.45%
G=25%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910313000.420.270.30338.6833.3355.29
HexB3678202A1B1E1532137
Octal26314720205233365234167
Binary1011001111001111000001001010101101111110101010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36782; }

 p { color: rgb(179,103,130); }

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

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

 a { background-color: rgb(179,103,130); }

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

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

 span { border-color: rgb(179,103,130); }

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