#B36581

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

Shades of Tapestry #B36581

Tints of Tapestry #B36581

Color information

#B36581 (or 0xB36581) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 81. RGB value is (179,101,129). Sum of RGB (Red+Green+Blue) = 179+101+129=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36581 is #4C9A7E. Grayscale: #7F7F7F. Windows color (decimal): -5020287 or 8480179. OLE color: 8480179.

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

Color convert

RGB179101129-
CMYK00.440.280.30
HSL338.46º33.91%54.9%-
HSV(B)338.46º43.58%70.2%-
XYZ27.2120.4823.29-
YUV127.51128.84164.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=43.77%
G=24.69%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910112900.440.280.30338.4633.9154.9
HexB3658102C1C1E1522237
Octal26314520105434365224267
Binary1011001111001011000000101011001110011110101010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36581; }

 p { color: rgb(179,101,129); }

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

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

 a { background-color: rgb(179,101,129); }

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

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

 span { border-color: rgb(179,101,129); }

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