#B37681

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

Shades of Tapestry #B37681

Tints of Tapestry #B37681

Color information

#B37681 (or 0xB37681) is unknown color: approx Tapestry. HEX triplet: B3, 76 and 81. RGB value is (179,118,129). Sum of RGB (Red+Green+Blue) = 179+118+129=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B37681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37681 is #4C897E. Grayscale: #898989. Windows color (decimal): -5015935 or 8484531. OLE color: 8484531.

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

Color convert

RGB179118129-
CMYK00.340.280.30
HSL349.18º28.64%58.24%-
HSV(B)349.18º34.08%70.2%-
XYZ29.0324.1323.9-
YUV137.49123.21157.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=42.02%
G=27.70%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911812900.340.280.30349.1828.6458.24
HexB376810221C1E15d1d3a
Octal26316620104234365353572
Binary101100111110110100000010100010111001111010101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37681; }

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

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

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

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

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

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

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

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