#B37D8F

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

Shades of Tapestry #B37D8F

Tints of Tapestry #B37D8F

Color information

#B37D8F (or 0xB37D8F) is unknown color: approx Tapestry. HEX triplet: B3, 7D and 8F. RGB value is (179,125,143). Sum of RGB (Red+Green+Blue) = 179+125+143=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8F is #4C8270. Grayscale: #8F8F8F. Windows color (decimal): -5014129 or 9403827. OLE color: 9403827.

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

Color convert

RGB179125143-
CMYK00.300.200.30
HSL340º26.21%59.61%-
HSV(B)340º30.17%70.2%-
XYZ30.8826.2329.42-
YUV143.2127.89153.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=40.04%
G=27.96%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912514300.300.200.3034026.2159.61
HexB37D8F01E141E1541a3c
Octal26317521703624365243274
Binary10110011111110110001111011110101001111010101010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D8F; }

 p { color: rgb(179,125,143); }

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

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

 a { background-color: rgb(179,125,143); }

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

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

 span { border-color: rgb(179,125,143); }

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