#B26781

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

Shades of Tapestry #B26781

Tints of Tapestry #B26781

Color information

#B26781 (or 0xB26781) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 81. RGB value is (178,103,129). Sum of RGB (Red+Green+Blue) = 178+103+129=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B26781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26781 is #4D987E. Grayscale: #808080. Windows color (decimal): -5085311 or 8480690. OLE color: 8480690.

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

Color convert

RGB178103129-
CMYK00.420.280.30
HSL339.2º32.75%55.1%-
HSV(B)339.2º42.13%69.8%-
XYZ27.1720.7523.34-
YUV128.39128.35163.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=43.41%
G=25.12%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810312900.420.280.30339.232.7555.1
HexB2678102A1C1E1532137
Octal26214720105234365234167
Binary1011001011001111000000101010101110011110101010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26781; }

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

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

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

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

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

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

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

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