#B37F83

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

Shades of Tapestry #B37F83

Tints of Tapestry #B37F83

Color information

#B37F83 (or 0xB37F83) is unknown color: approx Tapestry. HEX triplet: B3, 7F and 83. RGB value is (179,127,131). Sum of RGB (Red+Green+Blue) = 179+127+131=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F83 is #4C807C. Grayscale: #8F8F8F. Windows color (decimal): -5013629 or 8617907. OLE color: 8617907.

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

Color convert

RGB179127131-
CMYK00.290.270.30
HSL355.38º25.49%60%-
HSV(B)355.38º29.05%70.2%-
XYZ30.2826.424.97-
YUV143121.23153.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=40.96%
G=29.06%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912713100.290.270.30355.3825.4960
HexB37F8301D1B1E163193c
Octal26317720303533365433174
Binary10110011111111110000011011101110111111010110001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F83; }

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

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

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

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

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

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

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

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