#B26C7E

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

Shades of Tapestry #B26C7E

Tints of Tapestry #B26C7E

Color information

#B26C7E (or 0xB26C7E) is unknown color: approx Tapestry. HEX triplet: B2, 6C and 7E. RGB value is (178,108,126). Sum of RGB (Red+Green+Blue) = 178+108+126=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C7E is #4D9381. Grayscale: #828282. Windows color (decimal): -5084034 or 8285362. OLE color: 8285362.

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

Color convert

RGB178108126-
CMYK00.390.290.30
HSL344.57º31.25%56.08%-
HSV(B)344.57º39.33%69.8%-
XYZ27.4921.722.48-
YUV130.98125.19161.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=43.20%
G=26.21%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810812600.390.290.30344.5731.2556.08
HexB26C7E0271D1E1591f38
Octal26215417604735365313770
Binary10110010110110011111100100111111011111010101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C7E; }

 p { color: rgb(178,108,126); }

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

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

 a { background-color: rgb(178,108,126); }

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

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

 span { border-color: rgb(178,108,126); }

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