#B36086

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

Shades of Tapestry #B36086

Tints of Tapestry #B36086

Color information

#B36086 (or 0xB36086) is unknown color: approx Tapestry. HEX triplet: B3, 60 and 86. RGB value is (179,96,134). Sum of RGB (Red+Green+Blue) = 179+96+134=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36086 is #4C9F79. Grayscale: #7D7D7D. Windows color (decimal): -5021562 or 8806579. OLE color: 8806579.

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

Color convert

RGB17996134-
CMYK00.460.250.30
HSL332.53º35.32%53.92%-
HSV(B)332.53º46.37%70.2%-
XYZ27.0819.6724.92-
YUV125.15133166.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=43.77%
G=23.47%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799613400.460.250.30332.5335.3253.92
HexB3608602E191E14d2336
Octal26314020605631365154366
Binary1011001111000001000011001011101100111110101001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36086; }

 p { color: rgb(179,96,134); }

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

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

 a { background-color: rgb(179,96,134); }

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

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

 span { border-color: rgb(179,96,134); }

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