#B36D7F

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

Shades of Tapestry #B36D7F

Tints of Tapestry #B36D7F

Color information

#B36D7F (or 0xB36D7F) is unknown color: approx Tapestry. HEX triplet: B3, 6D and 7F. RGB value is (179,109,127). Sum of RGB (Red+Green+Blue) = 179+109+127=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D7F is #4C9280. Grayscale: #838383. Windows color (decimal): -5018241 or 8351155. OLE color: 8351155.

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

Color convert

RGB179109127-
CMYK00.390.290.30
HSL344.57º31.53%56.47%-
HSV(B)344.57º39.11%70.2%-
XYZ27.8922.0522.87-
YUV131.98125.19161.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 127 (50% from 255) = 30.60%
R=43.13%
G=26.27%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910912700.390.290.30344.5731.5356.47
HexB36D7F0271D1E1592038
Octal26315517704735365314070
Binary101100111101101111111101001111110111110101011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D7F; }

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

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

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

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

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

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

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

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