#B27C86

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

Shades of Tapestry #B27C86

Tints of Tapestry #B27C86

Color information

#B27C86 (or 0xB27C86) is unknown color: approx Tapestry. HEX triplet: B2, 7C and 86. RGB value is (178,124,134). Sum of RGB (Red+Green+Blue) = 178+124+134=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C86 is #4D8379. Grayscale: #8D8D8D. Windows color (decimal): -5079930 or 8813746. OLE color: 8813746.

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

Color convert

RGB178124134-
CMYK00.300.250.30
HSL348.89º25.96%59.22%-
HSV(B)348.89º30.34%69.8%-
XYZ29.8725.625.92-
YUV141.29123.89154.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=40.83%
G=28.44%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812413400.300.250.30348.8925.9659.22
HexB27C8601E191E15d1a3b
Octal26217420603631365353273
Binary10110010111110010000110011110110011111010101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C86; }

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

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

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

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

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

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

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

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