#B37F8E

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

Shades of Tapestry #B37F8E

Tints of Tapestry #B37F8E

Color information

#B37F8E (or 0xB37F8E) is unknown color: approx Tapestry. HEX triplet: B3, 7F and 8E. RGB value is (179,127,142). Sum of RGB (Red+Green+Blue) = 179+127+142=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F8E is #4C8071. Grayscale: #909090. Windows color (decimal): -5013618 or 9338803. OLE color: 9338803.

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

Color convert

RGB179127142-
CMYK00.290.210.30
HSL342.69º25.49%60%-
HSV(B)342.69º29.05%70.2%-
XYZ31.0626.7229.11-
YUV144.26126.73152.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=39.96%
G=28.35%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912714200.290.210.30342.6925.4960
HexB37F8E01D151E157193c
Octal26317721603525365273174
Binary10110011111111110001110011101101011111010101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F8E; }

 p { color: rgb(179,127,142); }

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

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

 a { background-color: rgb(179,127,142); }

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

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

 span { border-color: rgb(179,127,142); }

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