#B26285

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

Shades of Tapestry #B26285

Tints of Tapestry #B26285

Color information

#B26285 (or 0xB26285) is unknown color: approx Tapestry. HEX triplet: B2, 62 and 85. RGB value is (178,98,133). Sum of RGB (Red+Green+Blue) = 178+98+133=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26285 is #4D9D7A. Grayscale: #7D7D7D. Windows color (decimal): -5086587 or 8741554. OLE color: 8741554.

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

Color convert

RGB17898133-
CMYK00.450.250.30
HSL333.75º34.19%54.12%-
HSV(B)333.75º44.94%69.8%-
XYZ26.9619.8924.61-
YUV125.91132165.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=43.52%
G=23.96%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789813300.450.250.30333.7534.1954.12
HexB2628502D191E14e2236
Octal26214220505531365164266
Binary1011001011000101000010101011011100111110101001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26285; }

 p { color: rgb(178,98,133); }

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

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

 a { background-color: rgb(178,98,133); }

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

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

 span { border-color: rgb(178,98,133); }

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