#B26181

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

Shades of Tapestry #B26181

Tints of Tapestry #B26181

Color information

#B26181 (or 0xB26181) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 81. RGB value is (178,97,129). Sum of RGB (Red+Green+Blue) = 178+97+129=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26181 is #4D9E7E. Grayscale: #7C7C7C. Windows color (decimal): -5086847 or 8479154. OLE color: 8479154.

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

Color convert

RGB17897129-
CMYK00.460.280.30
HSL336.3º34.47%53.92%-
HSV(B)336.3º45.51%69.8%-
XYZ26.619.623.15-
YUV124.87130.34165.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=44.06%
G=24.01%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789712900.460.280.30336.334.4753.92
HexB2618102E1C1E1502236
Octal26214120105634365204266
Binary1011001011000011000000101011101110011110101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26181; }

 p { color: rgb(178,97,129); }

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

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

 a { background-color: rgb(178,97,129); }

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

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

 span { border-color: rgb(178,97,129); }

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