#B27F84

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

Shades of Tapestry #B27F84

Tints of Tapestry #B27F84

Color information

#B27F84 (or 0xB27F84) is unknown color: approx Tapestry. HEX triplet: B2, 7F and 84. RGB value is (178,127,132). Sum of RGB (Red+Green+Blue) = 178+127+132=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F84 is #4D807B. Grayscale: #8E8E8E. Windows color (decimal): -5079164 or 8683442. OLE color: 8683442.

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

Color convert

RGB178127132-
CMYK00.290.260.30
HSL354.12º24.88%59.8%-
HSV(B)354.12º28.65%69.8%-
XYZ30.1126.3125.32-
YUV142.82121.9153.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=40.73%
G=29.06%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812713200.290.260.30354.1224.8859.8
HexB27F8401D1A1E162193c
Octal26217720403532365423174
Binary10110010111111110000100011101110101111010110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F84; }

 p { color: rgb(178,127,132); }

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

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

 a { background-color: rgb(178,127,132); }

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

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

 span { border-color: rgb(178,127,132); }

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