#B36778

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

Shades of Tapestry #B36778

Tints of Tapestry #B36778

Color information

#B36778 (or 0xB36778) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 78. RGB value is (179,103,120). Sum of RGB (Red+Green+Blue) = 179+103+120=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36778 is #4C9887. Grayscale: #7F7F7F. Windows color (decimal): -5019784 or 7890867. OLE color: 7890867.

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

Color convert

RGB179103120-
CMYK00.420.330.30
HSL346.58º33.33%55.29%-
HSV(B)346.58º42.46%70.2%-
XYZ26.8320.6420.34-
YUV127.66123.68164.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=44.53%
G=25.62%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910312000.420.330.30346.5833.3355.29
HexB3677802A211E15b2137
Octal26314717005241365334167
Binary1011001111001111111000010101010000111110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36778; }

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

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

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

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

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

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

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

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