#B36378

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

Shades of Tapestry #B36378

Tints of Tapestry #B36378

Color information

#B36378 (or 0xB36378) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 78. RGB value is (179,99,120). Sum of RGB (Red+Green+Blue) = 179+99+120=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B36378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36378 is #4C9C87. Grayscale: #7D7D7D. Windows color (decimal): -5020808 or 7889843. OLE color: 7889843.

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

Color convert

RGB17999120-
CMYK00.450.330.30
HSL344.25º34.48%54.51%-
HSV(B)344.25º44.69%70.2%-
XYZ26.4419.8620.21-
YUV125.31125166.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=44.97%
G=24.87%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799912000.450.330.30344.2534.4854.51
HexB3637802D211E1582237
Octal26314317005541365304267
Binary1011001111000111111000010110110000111110101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36378; }

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

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

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

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

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

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

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

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