#B27382

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

Shades of Tapestry #B27382

Tints of Tapestry #B27382

Color information

#B27382 (or 0xB27382) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 82. RGB value is (178,115,130). Sum of RGB (Red+Green+Blue) = 178+115+130=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27382 is #4D8C7D. Grayscale: #878787. Windows color (decimal): -5082238 or 8549298. OLE color: 8549298.

HSL color Cylindrical-coordinate representation of color #B27382: hue angle of 345.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27382 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB178115130-
CMYK00.350.270.30
HSL345.71º29.03%57.45%-
HSV(B)345.71º35.39%69.8%-
XYZ28.5223.3424.12-
YUV135.55124.87158.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=42.08%
G=27.19%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811513000.350.270.30345.7129.0357.45
HexB273820231B1E15a1d39
Octal26216320204333365323571
Binary101100101110011100000100100011110111111010101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27382; }

 p { color: rgb(178,115,130); }

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

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

 a { background-color: rgb(178,115,130); }

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

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

 span { border-color: rgb(178,115,130); }

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