#B26381

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

Shades of Tapestry #B26381

Tints of Tapestry #B26381

Color information

#B26381 (or 0xB26381) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 81. RGB value is (178,99,129). Sum of RGB (Red+Green+Blue) = 178+99+129=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B26381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26381 is #4D9C7E. Grayscale: #7E7E7E. Windows color (decimal): -5086335 or 8479666. OLE color: 8479666.

HSL color Cylindrical-coordinate representation of color #B26381: hue angle of 337.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26381 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17899129-
CMYK00.440.280.30
HSL337.22º33.91%54.31%-
HSV(B)337.22º44.38%69.8%-
XYZ26.7819.9723.21-
YUV126.04129.67165.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=43.84%
G=24.38%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789912900.440.280.30337.2233.9154.31
HexB2638102C1C1E1512236
Octal26214320105434365214266
Binary1011001011000111000000101011001110011110101010001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26381; }

 p { color: rgb(178,99,129); }

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

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

 a { background-color: rgb(178,99,129); }

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

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

 span { border-color: rgb(178,99,129); }

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