#B36980

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

Shades of Tapestry #B36980

Tints of Tapestry #B36980

Color information

#B36980 (or 0xB36980) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 80. RGB value is (179,105,128). Sum of RGB (Red+Green+Blue) = 179+105+128=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36980 is #4C967F. Grayscale: #818181. Windows color (decimal): -5019264 or 8415667. OLE color: 8415667.

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

Color convert

RGB179105128-
CMYK00.410.280.30
HSL341.35º32.74%55.69%-
HSV(B)341.35º41.34%70.2%-
XYZ27.5421.2523.07-
YUV129.75127.02163.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=43.45%
G=25.49%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910512800.410.280.30341.3532.7455.69
HexB369800291C1E1552138
Octal26315120005134365254170
Binary1011001111010011000000001010011110011110101010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36980; }

 p { color: rgb(179,105,128); }

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

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

 a { background-color: rgb(179,105,128); }

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

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

 span { border-color: rgb(179,105,128); }

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