#B27F83

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

Shades of Tapestry #B27F83

Tints of Tapestry #B27F83

Color information

#B27F83 (or 0xB27F83) is unknown color: approx Tapestry. HEX triplet: B2, 7F and 83. RGB value is (178,127,131). Sum of RGB (Red+Green+Blue) = 178+127+131=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F83 is #4D807C. Grayscale: #8E8E8E. Windows color (decimal): -5079165 or 8617906. OLE color: 8617906.

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

Color convert

RGB178127131-
CMYK00.290.260.30
HSL355.29º24.88%59.8%-
HSV(B)355.29º28.65%69.8%-
XYZ30.0526.2824.96-
YUV142.7121.4153.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=40.83%
G=29.13%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812713100.290.260.30355.2924.8859.8
HexB27F8301D1A1E163193c
Octal26217720303532365433174
Binary10110010111111110000011011101110101111010110001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F83; }

 p { color: rgb(178,127,131); }

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

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

 a { background-color: rgb(178,127,131); }

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

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

 span { border-color: rgb(178,127,131); }

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