#B26180

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

Shades of Tapestry #B26180

Tints of Tapestry #B26180

Color information

#B26180 (or 0xB26180) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 80. RGB value is (178,97,128). Sum of RGB (Red+Green+Blue) = 178+97+128=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B26180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26180 is #4D9E7F. Grayscale: #7C7C7C. Windows color (decimal): -5086848 or 8413618. OLE color: 8413618.

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

Color convert

RGB17897128-
CMYK00.460.280.30
HSL337.04º34.47%53.92%-
HSV(B)337.04º45.51%69.8%-
XYZ26.5319.5722.8-
YUV124.75129.84165.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=44.17%
G=24.07%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789712800.460.280.30337.0434.4753.92
HexB2618002E1C1E1512236
Octal26214120005634365214266
Binary1011001011000011000000001011101110011110101010001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26180; }

 p { color: rgb(178,97,128); }

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

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

 a { background-color: rgb(178,97,128); }

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

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

 span { border-color: rgb(178,97,128); }

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