#B36780

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

Shades of Tapestry #B36780

Tints of Tapestry #B36780

Color information

#B36780 (or 0xB36780) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 80. RGB value is (179,103,128). Sum of RGB (Red+Green+Blue) = 179+103+128=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B36780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36780 is #4C987F. Grayscale: #808080. Windows color (decimal): -5019776 or 8415155. OLE color: 8415155.

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

Color convert

RGB179103128-
CMYK00.420.280.30
HSL340.26º33.33%55.29%-
HSV(B)340.26º42.46%70.2%-
XYZ27.3420.8423-
YUV128.57127.68163.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=43.66%
G=25.12%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910312800.420.280.30340.2633.3355.29
HexB3678002A1C1E1542137
Octal26314720005234365244167
Binary1011001111001111000000001010101110011110101010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36780; }

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

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

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

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

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

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

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

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