#B3758A

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

Shades of Tapestry #B3758A

Tints of Tapestry #B3758A

Color information

#B3758A (or 0xB3758A) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 8A. RGB value is (179,117,138). Sum of RGB (Red+Green+Blue) = 179+117+138=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3758A is #4C8A75. Grayscale: #898989. Windows color (decimal): -5016182 or 9074099. OLE color: 9074099.

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

Color convert

RGB179117138-
CMYK00.350.230.30
HSL339.68º28.97%58.04%-
HSV(B)339.68º34.64%70.2%-
XYZ29.5424.1427.15-
YUV137.93128.04157.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=41.24%
G=26.96%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713800.350.230.30339.6828.9758.04
HexB3758A023171E1541d3a
Octal26316521204327365243572
Binary101100111110101100010100100011101111111010101010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3758A; }

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

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

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

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

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

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

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

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