#B3758B

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

Shades of Tapestry #B3758B

Tints of Tapestry #B3758B

Color information

#B3758B (or 0xB3758B) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 8B. RGB value is (179,117,139). Sum of RGB (Red+Green+Blue) = 179+117+139=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3758B is #4C8A74. Grayscale: #8A8A8A. Windows color (decimal): -5016181 or 9139635. OLE color: 9139635.

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

Color convert

RGB179117139-
CMYK00.350.220.30
HSL338.71º28.97%58.04%-
HSV(B)338.71º34.64%70.2%-
XYZ29.6124.1727.53-
YUV138.05128.54157.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=41.15%
G=26.90%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713900.350.220.30338.7128.9758.04
HexB3758B023161E1531d3a
Octal26316521304326365233572
Binary101100111110101100010110100011101101111010101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3758B; }

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

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

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

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

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

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

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

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