#B27380

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

Shades of Tapestry #B27380

Tints of Tapestry #B27380

Color information

#B27380 (or 0xB27380) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 80. RGB value is (178,115,128). Sum of RGB (Red+Green+Blue) = 178+115+128=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B27380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27380 is #4D8C7F. Grayscale: #878787. Windows color (decimal): -5082240 or 8418226. OLE color: 8418226.

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

Color convert

RGB178115128-
CMYK00.350.280.30
HSL347.62º29.03%57.45%-
HSV(B)347.62º35.39%69.8%-
XYZ28.3923.2823.42-
YUV135.32123.87158.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=42.28%
G=27.32%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811512800.350.280.30347.6229.0357.45
HexB273800231C1E15c1d39
Octal26216320004334365343571
Binary101100101110011100000000100011111001111010101110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27380; }

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

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

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

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

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

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

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

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