#B26B7C

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

Shades of Tapestry #B26B7C

Tints of Tapestry #B26B7C

Color information

#B26B7C (or 0xB26B7C) is unknown color: approx Tapestry. HEX triplet: B2, 6B and 7C. RGB value is (178,107,124). Sum of RGB (Red+Green+Blue) = 178+107+124=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B7C is #4D9483. Grayscale: #828282. Windows color (decimal): -5084292 or 8154034. OLE color: 8154034.

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

Color convert

RGB178107124-
CMYK00.400.300.30
HSL345.63º31.56%55.88%-
HSV(B)345.63º39.89%69.8%-
XYZ27.2621.4421.77-
YUV130.17124.52162.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=43.52%
G=26.16%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810712400.400.300.30345.6331.5655.88
HexB26B7C0281E1E15a2038
Octal26215317405036365324070
Binary101100101101011111110001010001111011110101011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B7C; }

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

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

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

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

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

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

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

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