#B36A80

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

Shades of Tapestry #B36A80

Tints of Tapestry #B36A80

Color information

#B36A80 (or 0xB36A80) is unknown color: approx Tapestry. HEX triplet: B3, 6A and 80. RGB value is (179,106,128). Sum of RGB (Red+Green+Blue) = 179+106+128=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A80 is #4C957F. Grayscale: #828282. Windows color (decimal): -5019008 or 8415923. OLE color: 8415923.

HSL color Cylindrical-coordinate representation of color #B36A80: hue angle of 341.92º degrees, saturation: 0.32, 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 #B36A80 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179106128-
CMYK00.410.280.30
HSL341.92º32.44%55.88%-
HSV(B)341.92º40.78%70.2%-
XYZ27.6421.4523.11-
YUV130.34126.68162.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=43.34%
G=25.67%
B=30.99%

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
Decimal17910612800.410.280.30341.9232.4455.88
HexB36A800291C1E1562038
Octal26315220005134365264070
Binary1011001111010101000000001010011110011110101010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A80; }

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

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

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

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

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

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

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

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