#B26F81

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

Shades of Tapestry #B26F81

Tints of Tapestry #B26F81

Color information

#B26F81 (or 0xB26F81) is unknown color: approx Tapestry. HEX triplet: B2, 6F and 81. RGB value is (178,111,129). Sum of RGB (Red+Green+Blue) = 178+111+129=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F81 is #4D907E. Grayscale: #858585. Windows color (decimal): -5083263 or 8482738. OLE color: 8482738.

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

Color convert

RGB178111129-
CMYK00.380.280.30
HSL343.88º30.32%56.67%-
HSV(B)343.88º37.64%69.8%-
XYZ28.0122.4223.62-
YUV133.08125.7160.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=42.58%
G=26.56%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811112900.380.280.30343.8830.3256.67
HexB26F810261C1E1581e39
Octal26215720104634365303671
Binary101100101101111100000010100110111001111010101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F81; }

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

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

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

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

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

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

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

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