#B27980

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

Shades of Tapestry #B27980

Tints of Tapestry #B27980

Color information

#B27980 (or 0xB27980) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 80. RGB value is (178,121,128). Sum of RGB (Red+Green+Blue) = 178+121+128=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27980 is #4D867F. Grayscale: #8A8A8A. Windows color (decimal): -5080704 or 8419762. OLE color: 8419762.

HSL color Cylindrical-coordinate representation of color #B27980: hue angle of 352.63º 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 #B27980 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178121128-
CMYK00.320.280.30
HSL352.63º27.01%58.63%-
HSV(B)352.63º32.02%69.8%-
XYZ29.0924.723.66-
YUV138.84121.88155.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=41.69%
G=28.34%
B=29.98%

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
Decimal17812112800.320.280.30352.6327.0158.63
HexB279800201C1E1611b3b
Octal26217120004034365413373
Binary101100101111001100000000100000111001111010110000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27980; }

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

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

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

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

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

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

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

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