#B26179

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

Shades of Tapestry #B26179

Tints of Tapestry #B26179

Color information

#B26179 (or 0xB26179) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 79. RGB value is (178,97,121). Sum of RGB (Red+Green+Blue) = 178+97+121=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26179 is #4D9E86. Grayscale: #7B7B7B. Windows color (decimal): -5086855 or 7954866. OLE color: 7954866.

HSL color Cylindrical-coordinate representation of color #B26179: hue angle of 342.22º 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 #B26179 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17897121-
CMYK00.460.320.30
HSL342.22º34.47%53.92%-
HSV(B)342.22º45.51%69.8%-
XYZ26.0919.3920.46-
YUV123.96126.34166.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=44.95%
G=24.49%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789712100.460.320.30342.2234.4753.92
HexB2617902E201E1562236
Octal26214117105640365264266
Binary1011001011000011111001010111010000011110101010110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26179; }

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

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

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

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

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

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

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

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