#B37689

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

Shades of Tapestry #B37689

Tints of Tapestry #B37689

Color information

#B37689 (or 0xB37689) is unknown color: approx Tapestry. HEX triplet: B3, 76 and 89. RGB value is (179,118,137). Sum of RGB (Red+Green+Blue) = 179+118+137=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B37689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37689 is #4C8976. Grayscale: #8A8A8A. Windows color (decimal): -5015927 or 9008819. OLE color: 9008819.

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

Color convert

RGB179118137-
CMYK00.340.230.30
HSL341.31º28.64%58.24%-
HSV(B)341.31º34.08%70.2%-
XYZ29.5824.3526.81-
YUV138.4127.21156.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=41.24%
G=27.19%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911813700.340.230.30341.3128.6458.24
HexB37689022171E1551d3a
Octal26316621104227365253572
Binary101100111110110100010010100010101111111010101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37689; }

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

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

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

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

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

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

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

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