#B3758D

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

Shades of Tapestry #B3758D

Tints of Tapestry #B3758D

Color information

#B3758D (or 0xB3758D) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 8D. RGB value is (179,117,141). Sum of RGB (Red+Green+Blue) = 179+117+141=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3758D is #4C8A72. Grayscale: #8A8A8A. Windows color (decimal): -5016179 or 9270707. OLE color: 9270707.

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

Color convert

RGB179117141-
CMYK00.350.210.30
HSL336.77º28.97%58.04%-
HSV(B)336.77º34.64%70.2%-
XYZ29.7624.2328.31-
YUV138.27129.54157.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=40.96%
G=26.77%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911714100.350.210.30336.7728.9758.04
HexB3758D023151E1511d3a
Octal26316521504325365213572
Binary101100111110101100011010100011101011111010101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3758D; }

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

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

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

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

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

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

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

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