#B37585

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

Shades of Tapestry #B37585

Tints of Tapestry #B37585

Color information

#B37585 (or 0xB37585) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 85. RGB value is (179,117,133). Sum of RGB (Red+Green+Blue) = 179+117+133=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37585 is #4C8A7A. Grayscale: #898989. Windows color (decimal): -5016187 or 8746419. OLE color: 8746419.

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

Color convert

RGB179117133-
CMYK00.350.260.30
HSL344.52º28.97%58.04%-
HSV(B)344.52º34.64%70.2%-
XYZ29.192425.28-
YUV137.36125.54157.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=41.72%
G=27.27%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713300.350.260.30344.5228.9758.04
HexB375850231A1E1591d3a
Octal26316520504332365313572
Binary101100111110101100001010100011110101111010101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37585; }

 p { color: rgb(179,117,133); }

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

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

 a { background-color: rgb(179,117,133); }

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

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

 span { border-color: rgb(179,117,133); }

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