#B26983

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

Shades of Tapestry #B26983

Tints of Tapestry #B26983

Color information

#B26983 (or 0xB26983) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 83. RGB value is (178,105,131). Sum of RGB (Red+Green+Blue) = 178+105+131=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B26983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26983 is #4D967C. Grayscale: #818181. Windows color (decimal): -5084797 or 8612274. OLE color: 8612274.

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

Color convert

RGB178105131-
CMYK00.410.260.30
HSL338.63º32.16%55.49%-
HSV(B)338.63º41.01%69.8%-
XYZ27.5121.2124.12-
YUV129.79128.68162.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=43.00%
G=25.36%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810513100.410.260.30338.6332.1655.49
HexB269830291A1E1532037
Octal26215120305132365234067
Binary1011001011010011000001101010011101011110101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26983; }

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

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

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

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

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

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

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

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