#B36984

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

Shades of Tapestry #B36984

Tints of Tapestry #B36984

Color information

#B36984 (or 0xB36984) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 84. RGB value is (179,105,132). Sum of RGB (Red+Green+Blue) = 179+105+132=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B36984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36984 is #4C967B. Grayscale: #828282. Windows color (decimal): -5019260 or 8677811. OLE color: 8677811.

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

Color convert

RGB179105132-
CMYK00.410.260.30
HSL338.11º32.74%55.69%-
HSV(B)338.11º41.34%70.2%-
XYZ27.8121.3524.49-
YUV130.2129.02162.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=43.03%
G=25.24%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910513200.410.260.30338.1132.7455.69
HexB369840291A1E1522138
Octal26315120405132365224170
Binary1011001111010011000010001010011101011110101010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36984; }

 p { color: rgb(179,105,132); }

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

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

 a { background-color: rgb(179,105,132); }

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

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

 span { border-color: rgb(179,105,132); }

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