#B26589

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

Shades of Tapestry #B26589

Tints of Tapestry #B26589

Color information

#B26589 (or 0xB26589) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 89. RGB value is (178,101,137). Sum of RGB (Red+Green+Blue) = 178+101+137=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B26589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26589 is #4D9A76. Grayscale: #808080. Windows color (decimal): -5085815 or 9004466. OLE color: 9004466.

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

Color convert

RGB178101137-
CMYK00.430.230.30
HSL331.95º33.33%54.71%-
HSV(B)331.95º43.26%69.8%-
XYZ27.5320.5826.19-
YUV128.13133.01163.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=42.79%
G=24.28%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810113700.430.230.30331.9533.3354.71
HexB2658902B171E14c2137
Octal26214521105327365144167
Binary1011001011001011000100101010111011111110101001100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26589; }

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

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

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

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

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

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

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

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