#B3768D

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

Shades of Tapestry #B3768D

Tints of Tapestry #B3768D

Color information

#B3768D (or 0xB3768D) is unknown color: approx Tapestry. HEX triplet: B3, 76 and 8D. RGB value is (179,118,141). Sum of RGB (Red+Green+Blue) = 179+118+141=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3768D is #4C8972. Grayscale: #8A8A8A. Windows color (decimal): -5015923 or 9270963. OLE color: 9270963.

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

Color convert

RGB179118141-
CMYK00.340.210.30
HSL337.38º28.64%58.24%-
HSV(B)337.38º34.08%70.2%-
XYZ29.8824.4628.35-
YUV138.86129.21156.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=40.87%
G=26.94%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911814100.340.210.30337.3828.6458.24
HexB3768D022151E1511d3a
Octal26316621504225365213572
Binary101100111110110100011010100010101011111010101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3768D; }

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

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

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

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

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

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

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

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