#B27A86

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

Shades of Tapestry #B27A86

Tints of Tapestry #B27A86

Color information

#B27A86 (or 0xB27A86) is unknown color: approx Tapestry. HEX triplet: B2, 7A and 86. RGB value is (178,122,134). Sum of RGB (Red+Green+Blue) = 178+122+134=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A86 is #4D8579. Grayscale: #8C8C8C. Windows color (decimal): -5080442 or 8813234. OLE color: 8813234.

HSL color Cylindrical-coordinate representation of color #B27A86: hue angle of 347.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A86 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178122134-
CMYK00.310.250.30
HSL347.14º26.67%58.82%-
HSV(B)347.14º31.46%69.8%-
XYZ29.6225.1125.84-
YUV140.11124.55155.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=41.01%
G=28.11%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812213400.310.250.30347.1426.6758.82
HexB27A8601F191E15b1b3b
Octal26217220603731365333373
Binary10110010111101010000110011111110011111010101101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A86; }

 p { color: rgb(178,122,134); }

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

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

 a { background-color: rgb(178,122,134); }

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

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

 span { border-color: rgb(178,122,134); }

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