#B37F8A

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

Shades of Tapestry #B37F8A

Tints of Tapestry #B37F8A

Color information

#B37F8A (or 0xB37F8A) is unknown color: approx Tapestry. HEX triplet: B3, 7F and 8A. RGB value is (179,127,138). Sum of RGB (Red+Green+Blue) = 179+127+138=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F8A is #4C8075. Grayscale: #8F8F8F. Windows color (decimal): -5013622 or 9076659. OLE color: 9076659.

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

Color convert

RGB179127138-
CMYK00.290.230.30
HSL347.31º25.49%60%-
HSV(B)347.31º29.05%70.2%-
XYZ30.7726.627.56-
YUV143.8124.73153.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=40.32%
G=28.60%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912713800.290.230.30347.3125.4960
HexB37F8A01D171E15b193c
Octal26317721203527365333174
Binary10110011111111110001010011101101111111010101101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F8A; }

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

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

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

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

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

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

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

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