#B27681

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

Shades of Tapestry #B27681

Tints of Tapestry #B27681

Color information

#B27681 (or 0xB27681) is unknown color: approx Tapestry. HEX triplet: B2, 76 and 81. RGB value is (178,118,129). Sum of RGB (Red+Green+Blue) = 178+118+129=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27681 is #4D897E. Grayscale: #898989. Windows color (decimal): -5081471 or 8484530. OLE color: 8484530.

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

Color convert

RGB178118129-
CMYK00.340.280.30
HSL349º28.04%58.04%-
HSV(B)349º33.71%69.8%-
XYZ28.824.0123.88-
YUV137.19123.38157.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=41.88%
G=27.76%
B=30.35%

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
Decimal17811812900.340.280.3034928.0458.04
HexB276810221C1E15d1c3a
Octal26216620104234365353472
Binary101100101110110100000010100010111001111010101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27681; }

 p { color: rgb(178,118,129); }

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

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

 a { background-color: rgb(178,118,129); }

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

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

 span { border-color: rgb(178,118,129); }

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