#B26585

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

Shades of Tapestry #B26585

Tints of Tapestry #B26585

Color information

#B26585 (or 0xB26585) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 85. RGB value is (178,101,133). Sum of RGB (Red+Green+Blue) = 178+101+133=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26585 is #4D9A7A. Grayscale: #7F7F7F. Windows color (decimal): -5085819 or 8742322. OLE color: 8742322.

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

Color convert

RGB178101133-
CMYK00.430.250.30
HSL335.06º33.33%54.71%-
HSV(B)335.06º43.26%69.8%-
XYZ27.2520.4724.7-
YUV127.67131.01163.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=43.20%
G=24.51%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810113300.430.250.30335.0633.3354.71
HexB2658502B191E14f2137
Octal26214520505331365174167
Binary1011001011001011000010101010111100111110101001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26585; }

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

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

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

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

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

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

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

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