#B36F7E

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

Shades of Tapestry #B36F7E

Tints of Tapestry #B36F7E

Color information

#B36F7E (or 0xB36F7E) is unknown color: approx Tapestry. HEX triplet: B3, 6F and 7E. RGB value is (179,111,126). Sum of RGB (Red+Green+Blue) = 179+111+126=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F7E is #4C9081. Grayscale: #858585. Windows color (decimal): -5017730 or 8286131. OLE color: 8286131.

HSL color Cylindrical-coordinate representation of color #B36F7E: hue angle of 346.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F7E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179111126-
CMYK00.380.300.30
HSL346.76º30.91%56.86%-
HSV(B)346.76º37.99%70.2%-
XYZ28.0422.4622.6-
YUV133.04124.03160.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=43.03%
G=26.68%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911112600.380.300.30346.7630.9156.86
HexB36F7E0261E1E15b1f39
Octal26315717604636365333771
Binary10110011110111111111100100110111101111010101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F7E; }

 p { color: rgb(179,111,126); }

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

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

 a { background-color: rgb(179,111,126); }

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

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

 span { border-color: rgb(179,111,126); }

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