#B27B86

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

Shades of Tapestry #B27B86

Tints of Tapestry #B27B86

Color information

#B27B86 (or 0xB27B86) is unknown color: approx Tapestry. HEX triplet: B2, 7B and 86. RGB value is (178,123,134). Sum of RGB (Red+Green+Blue) = 178+123+134=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B86 is #4D8479. Grayscale: #8C8C8C. Windows color (decimal): -5080186 or 8813490. OLE color: 8813490.

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

Color convert

RGB178123134-
CMYK00.310.250.30
HSL348º26.32%59.02%-
HSV(B)348º30.9%69.8%-
XYZ29.7525.3525.88-
YUV140.7124.22154.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=40.92%
G=28.28%
B=30.80%

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
Decimal17812313400.310.250.3034826.3259.02
HexB27B8601F191E15c1a3b
Octal26217320603731365343273
Binary10110010111101110000110011111110011111010101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B86; }

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

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

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

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

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

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

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

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