#B27691

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

Shades of Tapestry #B27691

Tints of Tapestry #B27691

Color information

#B27691 (or 0xB27691) is unknown color: approx Tapestry. HEX triplet: B2, 76 and 91. RGB value is (178,118,145). Sum of RGB (Red+Green+Blue) = 178+118+145=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27691 is #4D896E. Grayscale: #8A8A8A. Windows color (decimal): -5081455 or 9533106. OLE color: 9533106.

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

Color convert

RGB178118145-
CMYK00.340.190.30
HSL333º28.04%58.04%-
HSV(B)333º33.71%69.8%-
XYZ29.9524.4729.93-
YUV139.02131.38155.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=40.36%
G=26.76%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811814500.340.190.3033328.0458.04
HexB27691022131E14d1c3a
Octal26216622104223365153472
Binary101100101110110100100010100010100111111010100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27691; }

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

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

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

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

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

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

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

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