#B37A8E

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

Shades of Tapestry #B37A8E

Tints of Tapestry #B37A8E

Color information

#B37A8E (or 0xB37A8E) is unknown color: approx Tapestry. HEX triplet: B3, 7A and 8E. RGB value is (179,122,142). Sum of RGB (Red+Green+Blue) = 179+122+142=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A8E is #4C8571. Grayscale: #8D8D8D. Windows color (decimal): -5014898 or 9337523. OLE color: 9337523.

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

Color convert

RGB179122142-
CMYK00.320.210.30
HSL338.95º27.27%59.02%-
HSV(B)338.95º31.84%70.2%-
XYZ30.4325.4628.9-
YUV141.32128.38154.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=40.41%
G=27.54%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912214200.320.210.30338.9527.2759.02
HexB37A8E020151E1531b3b
Octal26317221604025365233373
Binary101100111111010100011100100000101011111010101001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A8E; }

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

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

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

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

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

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

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

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