#B26885

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

Shades of Tapestry #B26885

Tints of Tapestry #B26885

Color information

#B26885 (or 0xB26885) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 85. RGB value is (178,104,133). Sum of RGB (Red+Green+Blue) = 178+104+133=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B26885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26885 is #4D977A. Grayscale: #818181. Windows color (decimal): -5085051 or 8743090. OLE color: 8743090.

HSL color Cylindrical-coordinate representation of color #B26885: hue angle of 336.49º degrees, saturation: 0.32, 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 #B26885 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178104133-
CMYK00.420.250.30
HSL336.49º32.46%55.29%-
HSV(B)336.49º41.57%69.8%-
XYZ27.5421.0624.8-
YUV129.43130.02162.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=42.89%
G=25.06%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810413300.420.250.30336.4932.4655.29
HexB2688502A191E1502037
Octal26215020505231365204067
Binary1011001011010001000010101010101100111110101010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26885; }

 p { color: rgb(178,104,133); }

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

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

 a { background-color: rgb(178,104,133); }

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

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

 span { border-color: rgb(178,104,133); }

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