#B26D92

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

Shades of Tapestry #B26D92

Tints of Tapestry #B26D92

Color information

#B26D92 (or 0xB26D92) is unknown color: approx Tapestry. HEX triplet: B2, 6D and 92. RGB value is (178,109,146). Sum of RGB (Red+Green+Blue) = 178+109+146=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D92 is #4D926D. Grayscale: #858585. Windows color (decimal): -5083758 or 9596338. OLE color: 9596338.

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

Color convert

RGB178109146-
CMYK00.390.180.30
HSL327.83º30.94%56.27%-
HSV(B)327.83º38.76%69.8%-
XYZ29.0222.4830-
YUV133.85134.86159.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=41.11%
G=25.17%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810914600.390.180.30327.8330.9456.27
HexB26D92027121E1481f38
Octal26215522204722365103770
Binary101100101101101100100100100111100101111010100100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D92; }

 p { color: rgb(178,109,146); }

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

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

 a { background-color: rgb(178,109,146); }

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

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

 span { border-color: rgb(178,109,146); }

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