#B36D8B

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

Shades of Tapestry #B36D8B

Tints of Tapestry #B36D8B

Color information

#B36D8B (or 0xB36D8B) is unknown color: approx Tapestry. HEX triplet: B3, 6D and 8B. RGB value is (179,109,139). Sum of RGB (Red+Green+Blue) = 179+109+139=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D8B is #4C9274. Grayscale: #858585. Windows color (decimal): -5018229 or 9137587. OLE color: 9137587.

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

Color convert

RGB179109139-
CMYK00.390.220.30
HSL334.29º31.53%56.47%-
HSV(B)334.29º39.11%70.2%-
XYZ28.7222.3927.23-
YUV133.35131.19160.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=41.92%
G=25.53%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910913900.390.220.30334.2931.5356.47
HexB36D8B027161E14e2038
Octal26315521304726365164070
Binary1011001111011011000101101001111011011110101001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D8B; }

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

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

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

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

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

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

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

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