#B27E8B

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

Shades of Tapestry #B27E8B

Tints of Tapestry #B27E8B

Color information

#B27E8B (or 0xB27E8B) is unknown color: approx Tapestry. HEX triplet: B2, 7E and 8B. RGB value is (178,126,139). Sum of RGB (Red+Green+Blue) = 178+126+139=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E8B is #4D8174. Grayscale: #8F8F8F. Windows color (decimal): -5079413 or 9141938. OLE color: 9141938.

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

Color convert

RGB178126139-
CMYK00.290.220.30
HSL345º25.24%59.61%-
HSV(B)345º29.21%69.8%-
XYZ30.4826.2527.89-
YUV143.03125.73152.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=40.18%
G=28.44%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812613900.290.220.3034525.2459.61
HexB27E8B01D161E159193c
Octal26217621303526365313174
Binary10110010111111010001011011101101101111010101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E8B; }

 p { color: rgb(178,126,139); }

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

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

 a { background-color: rgb(178,126,139); }

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

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

 span { border-color: rgb(178,126,139); }

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