#B36D8E

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

Shades of Tapestry #B36D8E

Tints of Tapestry #B36D8E

Color information

#B36D8E (or 0xB36D8E) is unknown color: approx Tapestry. HEX triplet: B3, 6D and 8E. RGB value is (179,109,142). Sum of RGB (Red+Green+Blue) = 179+109+142=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D8E is #4C9271. Grayscale: #858585. Windows color (decimal): -5018226 or 9334195. OLE color: 9334195.

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

Color convert

RGB179109142-
CMYK00.390.210.30
HSL331.71º31.53%56.47%-
HSV(B)331.71º39.11%70.2%-
XYZ28.9422.4728.4-
YUV133.69132.69160.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=41.63%
G=25.35%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910914200.390.210.30331.7131.5356.47
HexB36D8E027151E14c2038
Octal26315521604725365144070
Binary1011001111011011000111001001111010111110101001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D8E; }

 p { color: rgb(179,109,142); }

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

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

 a { background-color: rgb(179,109,142); }

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

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

 span { border-color: rgb(179,109,142); }

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