#B26189

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

Shades of Tapestry #B26189

Tints of Tapestry #B26189

Color information

#B26189 (or 0xB26189) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 89. RGB value is (178,97,137). Sum of RGB (Red+Green+Blue) = 178+97+137=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26189 is #4D9E76. Grayscale: #7D7D7D. Windows color (decimal): -5086839 or 9003442. OLE color: 9003442.

HSL color Cylindrical-coordinate representation of color #B26189: hue angle of 330.37º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26189 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17897137-
CMYK00.460.230.30
HSL330.37º34.47%53.92%-
HSV(B)330.37º45.51%69.8%-
XYZ27.1519.8226.06-
YUV125.78134.34165.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=43.20%
G=23.54%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789713700.460.230.30330.3734.4753.92
HexB2618902E171E14a2236
Octal26214121105627365124266
Binary1011001011000011000100101011101011111110101001010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26189; }

 p { color: rgb(178,97,137); }

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

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

 a { background-color: rgb(178,97,137); }

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

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

 span { border-color: rgb(178,97,137); }

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