#B26979

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

Shades of Tapestry #B26979

Tints of Tapestry #B26979

Color information

#B26979 (or 0xB26979) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 79. RGB value is (178,105,121). Sum of RGB (Red+Green+Blue) = 178+105+121=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26979 is #4D9686. Grayscale: #808080. Windows color (decimal): -5084807 or 7956914. OLE color: 7956914.

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

Color convert

RGB178105121-
CMYK00.410.320.30
HSL346.85º32.16%55.49%-
HSV(B)346.85º41.01%69.8%-
XYZ26.8620.9520.72-
YUV128.65123.68163.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=44.06%
G=25.99%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810512100.410.320.30346.8532.1655.49
HexB26979029201E15b2037
Octal26215117105140365334067
Binary1011001011010011111001010100110000011110101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26979; }

 p { color: rgb(178,105,121); }

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

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

 a { background-color: rgb(178,105,121); }

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

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

 span { border-color: rgb(178,105,121); }

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