#B37B89

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

Shades of Tapestry #B37B89

Tints of Tapestry #B37B89

Color information

#B37B89 (or 0xB37B89) is unknown color: approx Tapestry. HEX triplet: B3, 7B and 89. RGB value is (179,123,137). Sum of RGB (Red+Green+Blue) = 179+123+137=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B89 is #4C8476. Grayscale: #8D8D8D. Windows color (decimal): -5014647 or 9010099. OLE color: 9010099.

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

Color convert

RGB179123137-
CMYK00.310.230.30
HSL345º26.92%59.22%-
HSV(B)345º31.28%70.2%-
XYZ30.1925.5627.01-
YUV141.34125.55154.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=40.77%
G=28.02%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912313700.310.230.3034526.9259.22
HexB37B8901F171E1591b3b
Octal26317321103727365313373
Binary10110011111101110001001011111101111111010101100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B89; }

 p { color: rgb(179,123,137); }

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

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

 a { background-color: rgb(179,123,137); }

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

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

 span { border-color: rgb(179,123,137); }

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