#B26E7B

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

Shades of Tapestry #B26E7B

Tints of Tapestry #B26E7B

Color information

#B26E7B (or 0xB26E7B) is unknown color: approx Tapestry. HEX triplet: B2, 6E and 7B. RGB value is (178,110,123). Sum of RGB (Red+Green+Blue) = 178+110+123=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E7B is #4D9184. Grayscale: #838383. Windows color (decimal): -5083525 or 8089266. OLE color: 8089266.

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

Color convert

RGB178110123-
CMYK00.380.310.30
HSL348.53º30.63%56.47%-
HSV(B)348.53º38.2%69.8%-
XYZ27.5122.0521.54-
YUV131.81123.03160.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=43.31%
G=26.76%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811012300.380.310.30348.5330.6356.47
HexB26E7B0261F1E15d1f38
Octal26215617304637365353770
Binary10110010110111011110110100110111111111010101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E7B; }

 p { color: rgb(178,110,123); }

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

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

 a { background-color: rgb(178,110,123); }

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

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

 span { border-color: rgb(178,110,123); }

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