#B26087

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

Shades of Tapestry #B26087

Tints of Tapestry #B26087

Color information

#B26087 (or 0xB26087) is unknown color: approx Tapestry. HEX triplet: B2, 60 and 87. RGB value is (178,96,135). Sum of RGB (Red+Green+Blue) = 178+96+135=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26087 is #4D9F78. Grayscale: #7C7C7C. Windows color (decimal): -5087097 or 8872114. OLE color: 8872114.

HSL color Cylindrical-coordinate representation of color #B26087: hue angle of 331.46º degrees, saturation: 0.35, 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 #B26087 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17896135-
CMYK00.460.240.30
HSL331.46º34.75%53.73%-
HSV(B)331.46º46.07%69.8%-
XYZ26.9219.5825.28-
YUV124.96133.67165.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=43.52%
G=23.47%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789613500.460.240.30331.4634.7553.73
HexB2608702E181E14b2336
Octal26214020705630365134366
Binary1011001011000001000011101011101100011110101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26087; }

 p { color: rgb(178,96,135); }

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

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

 a { background-color: rgb(178,96,135); }

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

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

 span { border-color: rgb(178,96,135); }

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