#B36282

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

Shades of Tapestry #B36282

Tints of Tapestry #B36282

Color information

#B36282 (or 0xB36282) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 82. RGB value is (179,98,130). Sum of RGB (Red+Green+Blue) = 179+98+130=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B36282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36282 is #4C9D7D. Grayscale: #7D7D7D. Windows color (decimal): -5021054 or 8544947. OLE color: 8544947.

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

Color convert

RGB17998130-
CMYK00.450.270.30
HSL336.3º34.76%54.31%-
HSV(B)336.3º45.25%70.2%-
XYZ26.9919.9323.54-
YUV125.87130.34165.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=43.98%
G=24.08%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799813000.450.270.30336.334.7654.31
HexB3628202D1B1E1502336
Octal26314220205533365204366
Binary1011001111000101000001001011011101111110101010000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36282; }

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

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

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

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

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

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

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

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