#B26783

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

Shades of Tapestry #B26783

Tints of Tapestry #B26783

Color information

#B26783 (or 0xB26783) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 83. RGB value is (178,103,131). Sum of RGB (Red+Green+Blue) = 178+103+131=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26783 is #4D987C. Grayscale: #808080. Windows color (decimal): -5085309 or 8611762. OLE color: 8611762.

HSL color Cylindrical-coordinate representation of color #B26783: hue angle of 337.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26783 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178103131-
CMYK00.420.260.30
HSL337.6º32.75%55.1%-
HSV(B)337.6º42.13%69.8%-
XYZ27.3120.824.05-
YUV128.62129.35163.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=43.20%
G=25%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810313100.420.260.30337.632.7555.1
HexB2678302A1A1E1522137
Octal26214720305232365224167
Binary1011001011001111000001101010101101011110101010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26783; }

 p { color: rgb(178,103,131); }

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

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

 a { background-color: rgb(178,103,131); }

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

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

 span { border-color: rgb(178,103,131); }

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