#B27580

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

Shades of Tapestry #B27580

Tints of Tapestry #B27580

Color information

#B27580 (or 0xB27580) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 80. RGB value is (178,117,128). Sum of RGB (Red+Green+Blue) = 178+117+128=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27580 is #4D8A7F. Grayscale: #888888. Windows color (decimal): -5081728 or 8418738. OLE color: 8418738.

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

Color convert

RGB178117128-
CMYK00.340.280.30
HSL349.18º28.37%57.84%-
HSV(B)349.18º34.27%69.8%-
XYZ28.6223.7523.5-
YUV136.49123.21157.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=42.08%
G=27.66%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811712800.340.280.30349.1828.3757.84
HexB275800221C1E15d1c3a
Octal26216520004234365353472
Binary101100101110101100000000100010111001111010101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27580; }

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

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

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

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

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

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

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

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