#B36677

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

Shades of Tapestry #B36677

Tints of Tapestry #B36677

Color information

#B36677 (or 0xB36677) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 77. RGB value is (179,102,119). Sum of RGB (Red+Green+Blue) = 179+102+119=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36677 is #4C9988. Grayscale: #7E7E7E. Windows color (decimal): -5020041 or 7825075. OLE color: 7825075.

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

Color convert

RGB179102119-
CMYK00.430.340.30
HSL346.75º33.62%55.1%-
HSV(B)346.75º43.02%70.2%-
XYZ26.6720.4219.99-
YUV126.96123.51165.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=44.75%
G=25.5%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910211900.430.340.30346.7533.6255.1
HexB3667702B221E15b2237
Octal26314616705342365334267
Binary1011001111001101110111010101110001011110101011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36677; }

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

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

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

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

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

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

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

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