#B27184

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

Shades of Tapestry #B27184

Tints of Tapestry #B27184

Color information

#B27184 (or 0xB27184) is unknown color: approx Tapestry. HEX triplet: B2, 71 and 84. RGB value is (178,113,132). Sum of RGB (Red+Green+Blue) = 178+113+132=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27184 is #4D8E7B. Grayscale: #868686. Windows color (decimal): -5082748 or 8679858. OLE color: 8679858.

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

Color convert

RGB178113132-
CMYK00.370.260.30
HSL342.46º29.68%57.06%-
HSV(B)342.46º36.52%69.8%-
XYZ28.4322.9424.76-
YUV134.6126.53158.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=42.08%
G=26.71%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811313200.370.260.30342.4629.6857.06
HexB271840251A1E1561e39
Octal26216120404532365263671
Binary101100101110001100001000100101110101111010101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27184; }

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

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

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

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

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

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

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

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