#B26C7D

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

Shades of Tapestry #B26C7D

Tints of Tapestry #B26C7D

Color information

#B26C7D (or 0xB26C7D) is unknown color: approx Tapestry. HEX triplet: B2, 6C and 7D. RGB value is (178,108,125). Sum of RGB (Red+Green+Blue) = 178+108+125=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C7D is #4D9382. Grayscale: #828282. Windows color (decimal): -5084035 or 8219826. OLE color: 8219826.

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

Color convert

RGB178108125-
CMYK00.390.300.30
HSL345.43º31.25%56.08%-
HSV(B)345.43º39.33%69.8%-
XYZ27.4221.6722.14-
YUV130.87124.69161.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=43.31%
G=26.28%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810812500.390.300.30345.4331.2556.08
HexB26C7D0271E1E1591f38
Octal26215417504736365313770
Binary10110010110110011111010100111111101111010101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C7D; }

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

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

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

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

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

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

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

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