#B36779

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

Shades of Tapestry #B36779

Tints of Tapestry #B36779

Color information

#B36779 (or 0xB36779) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 79. RGB value is (179,103,121). Sum of RGB (Red+Green+Blue) = 179+103+121=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B36779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36779 is #4C9886. Grayscale: #7F7F7F. Windows color (decimal): -5019783 or 7956403. OLE color: 7956403.

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

Color convert

RGB179103121-
CMYK00.420.320.30
HSL345.79º33.33%55.29%-
HSV(B)345.79º42.46%70.2%-
XYZ26.8920.6620.66-
YUV127.78124.18164.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=44.42%
G=25.56%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910312100.420.320.30345.7933.3355.29
HexB3677902A201E15a2137
Octal26314717105240365324167
Binary1011001111001111111001010101010000011110101011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36779; }

 p { color: rgb(179,103,121); }

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

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

 a { background-color: rgb(179,103,121); }

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

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

 span { border-color: rgb(179,103,121); }

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