#B2768A

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

Shades of Tapestry #B2768A

Tints of Tapestry #B2768A

Color information

#B2768A (or 0xB2768A) is unknown color: approx Tapestry. HEX triplet: B2, 76 and 8A. RGB value is (178,118,138). Sum of RGB (Red+Green+Blue) = 178+118+138=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2768A is #4D8975. Grayscale: #8A8A8A. Windows color (decimal): -5081462 or 9074354. OLE color: 9074354.

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

Color convert

RGB178118138-
CMYK00.340.220.30
HSL340º28.04%58.04%-
HSV(B)340º33.71%69.8%-
XYZ29.4324.2627.18-
YUV138.22127.88156.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=41.01%
G=27.19%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811813800.340.220.3034028.0458.04
HexB2768A022161E1541c3a
Octal26216621204226365243472
Binary101100101110110100010100100010101101111010101010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2768A; }

 p { color: rgb(178,118,138); }

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

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

 a { background-color: rgb(178,118,138); }

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

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

 span { border-color: rgb(178,118,138); }

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