#B26B81

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

Shades of Tapestry #B26B81

Tints of Tapestry #B26B81

Color information

#B26B81 (or 0xB26B81) is unknown color: approx Tapestry. HEX triplet: B2, 6B and 81. RGB value is (178,107,129). Sum of RGB (Red+Green+Blue) = 178+107+129=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26B81 is #4D947E. Grayscale: #828282. Windows color (decimal): -5084287 or 8481714. OLE color: 8481714.

HSL color Cylindrical-coordinate representation of color #B26B81: hue angle of 341.41º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26B81 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178107129-
CMYK00.400.280.30
HSL341.41º31.56%55.88%-
HSV(B)341.41º39.89%69.8%-
XYZ27.5821.5723.48-
YUV130.74127.02161.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=43.00%
G=25.85%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810712900.400.280.30341.4131.5655.88
HexB26B810281C1E1552038
Octal26215320105034365254070
Binary1011001011010111000000101010001110011110101010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B81; }

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

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

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

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

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

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

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

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