#b36a7b

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

Shades of Tapestry #B36A7B

Tints of Tapestry #B36A7B

Color information

#B36A7B (or 0xB36A7B) is unknown color: approx Tapestry. HEX triplet: B3, 6A and 7B. RGB value is (179,106,123). Sum of RGB (Red+Green+Blue) = 179+106+123=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36A7B is #4C9584. Grayscale: #818181. Windows color (decimal): -5019013 or 8088243. OLE color: 8088243.

HSL color Cylindrical-coordinate representation of color #B36A7B: hue angle of 346.03º degrees, saturation: 0.32, 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 #B36A7B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179106123-
CMYK00.410.310.30
HSL346.03º32.44%55.88%-
HSV(B)346.03º40.78%70.2%-
XYZ27.3221.3221.41-
YUV129.76124.18163.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=43.87%
G=25.98%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910612300.410.310.30346.0332.4455.88
HexB36A7B0291F1E15a2038
Octal26315217305137365324070
Binary101100111101010111101101010011111111110101011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36a7b; }

 p { color: rgb(179,106,123); }

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

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

 a { background-color: rgb(179,106,123); }

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

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

 span { border-color: rgb(179,106,123); }

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