#B27586

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

Shades of Tapestry #B27586

Tints of Tapestry #B27586

Color information

#B27586 (or 0xB27586) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 86. RGB value is (178,117,134). Sum of RGB (Red+Green+Blue) = 178+117+134=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27586 is #4D8A79. Grayscale: #898989. Windows color (decimal): -5081722 or 8811954. OLE color: 8811954.

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

Color convert

RGB178117134-
CMYK00.340.250.30
HSL343.28º28.37%57.84%-
HSV(B)343.28º34.27%69.8%-
XYZ29.0223.9125.64-
YUV137.18126.21157.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=41.49%
G=27.27%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811713400.340.250.30343.2828.3757.84
HexB27586022191E1571c3a
Octal26216520604231365273472
Binary101100101110101100001100100010110011111010101011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27586; }

 p { color: rgb(178,117,134); }

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

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

 a { background-color: rgb(178,117,134); }

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

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

 span { border-color: rgb(178,117,134); }

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