#b36483

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

Shades of Tapestry #B36483

Tints of Tapestry #B36483

Color information

#B36483 (or 0xB36483) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 83. RGB value is (179,100,131). Sum of RGB (Red+Green+Blue) = 179+100+131=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B36483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36483 is #4C9B7C. Grayscale: #7F7F7F. Windows color (decimal): -5020541 or 8610995. OLE color: 8610995.

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

Color convert

RGB179100131-
CMYK00.440.270.30
HSL336.46º34.2%54.71%-
HSV(B)336.46º44.13%70.2%-
XYZ27.2420.3423.96-
YUV127.16130.17164.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=43.66%
G=24.39%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910013100.440.270.30336.4634.254.71
HexB3648302C1B1E1502237
Octal26314420305433365204267
Binary1011001111001001000001101011001101111110101010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36483; }

 p { color: rgb(179,100,131); }

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

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

 a { background-color: rgb(179,100,131); }

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

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

 span { border-color: rgb(179,100,131); }

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