#B27981

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

Shades of Tapestry #B27981

Tints of Tapestry #B27981

Color information

#B27981 (or 0xB27981) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 81. RGB value is (178,121,129). Sum of RGB (Red+Green+Blue) = 178+121+129=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B27981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27981 is #4D867E. Grayscale: #8A8A8A. Windows color (decimal): -5080703 or 8485298. OLE color: 8485298.

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

Color convert

RGB178121129-
CMYK00.320.280.30
HSL351.58º27.01%58.63%-
HSV(B)351.58º32.02%69.8%-
XYZ29.1624.7224-
YUV138.95122.38155.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=41.59%
G=28.27%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812112900.320.280.30351.5827.0158.63
HexB279810201C1E1601b3b
Octal26217120104034365403373
Binary101100101111001100000010100000111001111010110000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27981; }

 p { color: rgb(178,121,129); }

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

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

 a { background-color: rgb(178,121,129); }

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

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

 span { border-color: rgb(178,121,129); }

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