#B36177

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

Shades of Tapestry #B36177

Tints of Tapestry #B36177

Color information

#B36177 (or 0xB36177) is unknown color: approx Tapestry. HEX triplet: B3, 61 and 77. RGB value is (179,97,119). Sum of RGB (Red+Green+Blue) = 179+97+119=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36177 is #4C9E88. Grayscale: #7C7C7C. Windows color (decimal): -5021321 or 7823795. OLE color: 7823795.

HSL color Cylindrical-coordinate representation of color #B36177: hue angle of 343.9º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36177 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17997119-
CMYK00.460.340.30
HSL343.9º35.04%54.12%-
HSV(B)343.9º45.81%70.2%-
XYZ26.1919.4719.83-
YUV124.03125.17167.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=45.32%
G=24.56%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799711900.460.340.30343.935.0454.12
HexB3617702E221E1582336
Octal26314116705642365304366
Binary1011001111000011110111010111010001011110101011000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36177; }

 p { color: rgb(179,97,119); }

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

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

 a { background-color: rgb(179,97,119); }

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

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

 span { border-color: rgb(179,97,119); }

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