#B27780

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

Shades of Tapestry #B27780

Tints of Tapestry #B27780

Color information

#B27780 (or 0xB27780) is unknown color: approx Tapestry. HEX triplet: B2, 77 and 80. RGB value is (178,119,128). Sum of RGB (Red+Green+Blue) = 178+119+128=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27780 is #4D887F. Grayscale: #898989. Windows color (decimal): -5081216 or 8419250. OLE color: 8419250.

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

Color convert

RGB178119128-
CMYK00.330.280.30
HSL350.85º27.7%58.24%-
HSV(B)350.85º33.15%69.8%-
XYZ28.8524.2223.58-
YUV137.67122.55156.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=41.88%
G=28%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811912800.330.280.30350.8527.758.24
HexB277800211C1E15f1c3a
Octal26216720004134365373472
Binary101100101110111100000000100001111001111010101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27780; }

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

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

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

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

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

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

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

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