#B27882

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

Shades of Tapestry #B27882

Tints of Tapestry #B27882

Color information

#B27882 (or 0xB27882) is unknown color: approx Tapestry. HEX triplet: B2, 78 and 82. RGB value is (178,120,130). Sum of RGB (Red+Green+Blue) = 178+120+130=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B27882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27882 is #4D877D. Grayscale: #8A8A8A. Windows color (decimal): -5080958 or 8550578. OLE color: 8550578.

HSL color Cylindrical-coordinate representation of color #B27882: hue angle of 349.66º degrees, saturation: 0.27, 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 #B27882 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB178120130-
CMYK00.330.270.30
HSL349.66º27.36%58.43%-
HSV(B)349.66º32.58%69.8%-
XYZ29.1124.5124.32-
YUV138.48123.22156.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=41.59%
G=28.04%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812013000.330.270.30349.6627.3658.43
HexB278820211B1E15e1b3a
Octal26217020204133365363372
Binary101100101111000100000100100001110111111010101111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27882; }

 p { color: rgb(178,120,130); }

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

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

 a { background-color: rgb(178,120,130); }

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

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

 span { border-color: rgb(178,120,130); }

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